musicemotionrecognition
musicemotionrecognition copied to clipboard
Why the calculating so slow?
Hi, I have tried the software but enconter this proble,
python music_reco_app.py /usr/local/lib/python2.7/dist-packages/sklearn/base.py:315: UserWarning: Trying to unpickle estimator GaussianNB from version pre-0.18 when using version 0.18.2. This might lead to breaking code or invalid results. Use at your own risk. UserWarning)
And it took 30 mins and still could not give an answer about the mood of one music.

And I use WAV format here because if I use MP3 format, it complains that this is a bad format although I find that you use the MP3 to test the feature extraction function.

So I think is this because I use something wrong here?
Thank you!