devicehive-audio-analysis icon indicating copy to clipboard operation
devicehive-audio-analysis copied to clipboard

a pre-trained youtube model

Open superhg2012 opened this issue 6 years ago • 3 comments

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.

superhg2012 avatar Apr 24 '18 04:04 superhg2012

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.

igor-panteleev avatar Apr 30 '18 08:04 igor-panteleev

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

superhg2012 avatar May 09 '18 03:05 superhg2012

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

igor-panteleev avatar May 10 '18 09:05 igor-panteleev