"...source/git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "9c1e50151b19b82e7bc8a028dcc8dd5fe22ab674"
Unverified Commit 8b479cc7 authored by Dan Ellis's avatar Dan Ellis Committed by GitHub
Browse files

Update VGGish README for new path, soundfile (#8038)

parent a76bc125
...@@ -62,12 +62,12 @@ $ sudo python -m pip install --upgrade pip ...@@ -62,12 +62,12 @@ $ sudo python -m pip install --upgrade pip
# Install dependences. Resampy needs to be installed after NumPy and SciPy # Install dependences. Resampy needs to be installed after NumPy and SciPy
# are already installed. # are already installed.
$ sudo pip install numpy scipy $ sudo pip install numpy scipy soundfile
$ sudo pip install resampy tensorflow six $ sudo pip install resampy tensorflow six
# Clone TensorFlow models repo into a 'models' directory. # Clone TensorFlow models repo into a 'models' directory.
$ git clone https://github.com/tensorflow/models.git $ git clone https://github.com/tensorflow/models.git
$ cd models/research/audioset $ cd models/research/audioset/vggish
# Download data files into same directory as code. # Download data files into same directory as code.
$ curl -O https://storage.googleapis.com/audioset/vggish_model.ckpt $ curl -O https://storage.googleapis.com/audioset/vggish_model.ckpt
$ curl -O https://storage.googleapis.com/audioset/vggish_pca_params.npz $ curl -O https://storage.googleapis.com/audioset/vggish_pca_params.npz
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment