Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
add missing deps for inferance.py
  • Loading branch information
nicolas-f authored May 24, 2023
1 parent 4ac5f1a commit e66048c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_parties/yamnet/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
DESCR = "YAMNet is a pretrained deep net that predicts 521 audio event classes based on the AudioSet-YouTube corpus," \
" and employing the Mobilenet_v1 depthwise-separable convolution architecture."
URL = "https://github.com/tensorflow/models/tree/master/research/audioset/yamnet"
REQUIRES = ["tensorflow"]
REQUIRES = ["tensorflow", "resampy", "soundfile"]

AUTHOR = "Manoj Plakal and Dan Ellis."
EMAIL = "dan.ellis - at - gmail.com"
Expand Down

0 comments on commit e66048c

Please sign in to comment.