devicehive / devicehive-audio-analysis

Apache License 2.0
196 stars 80 forks source link

a pre-trained youtube model #9

Open superhg2012 opened 6 years ago

superhg2012 commented 6 years ago

hi, could you share a well pre_trained youtube8m-model? The existing you provided in your project youtube_model.ckpt.data-00000-of-00001 is not very accurate when run the demo server.

igor-panteleev commented 6 years ago

Hi, Unfortunately this is the best model checkpoint that i have for now. It tuned out that models from youtube-8m are not very suitable for audio classification. I have plans to try some sort of RNN model. It should be much better. Until then, You can try it yourself.

superhg2012 commented 6 years ago

thanks for reply! One more question, how can I get my own pca matrix instead of the one in your project?

igor-panteleev commented 6 years ago

This matrix is a part of vggish and i didn't try another one. Code that read matrix from file. Hope it will help.