pseeth/soundnet_keras

predict for imagenet categories

Opened this issue · 1 comments

How can we use this code to predict object categories?
The original code
http://soundnet.csail.mit.edu/
can predict object and scene at the same time.

Thanks!

yeah the weights are saved in the same file. I had to switch to the keras functional api to get it working (see my PR here #5)