dominikschnitzer / musly

Musly - Music Similarity Library
http://www.musly.org
Mozilla Public License 2.0
137 stars 27 forks source link

All songs get the same "score". #43

Open sterling-archermedes opened 5 years ago

sterling-archermedes commented 5 years ago

I noticed that I would get the same recommendations no matter what seed song I used, which also happened to be the first k song in the database. I then used the -s flag to export a similarity matrix and realized that all "similarity coefficients" are the same, 0.724762.

Self test says: "100% tests passed, 0 tests failed out of 1".

I'm running Debian 9 and followed the build instructions, compilation was without problems except for 2 compiler warnings regarding avcodec deprecations. I'm using the last version available in the repo since v0.1 gave me a lot of errors that apparently had already been fixed.