jrmuizel / banshee-unofficial-plugins

Automatically exported from code.google.com/p/banshee-unofficial-plugins
0 stars 1 forks source link

Implement a frame selection method for crispier/better models #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Experiments show, that intelligent selection of the frames (use only the
frames with high energy) to build the model increases the quality of the
similarity models.

Implement this technique!

Original issue reported on code.google.com by dominik....@gmail.com on 10 Aug 2008 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by dominik....@gmail.com on 10 Aug 2008 at 4:04

GoogleCodeExporter commented 9 years ago
I just talked to a colleague of mine who experimented with the frame selection
method. Implementing it will be easy. Just drop 50% of the silent frames (Sort 
all
frames by power, drop the 50% silent ones). I guess that should be done in
libmirageaudio.

Original comment by dominik....@gmail.com on 31 Oct 2008 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by dominik....@gmail.com on 31 Oct 2008 at 11:22

GoogleCodeExporter commented 9 years ago
An initial version is in the svn. I still need to write a test-tool to ensure
everything is working as expected. So I'm not closing this issue yet.

The test tool would take a Genre-labeled music collection and do an automatic
genre-classification.

Original comment by dominik....@gmail.com on 31 Oct 2008 at 3:43

GoogleCodeExporter commented 9 years ago
I guess this change means that the similarity models should be re-computed ?
If yes, I'll update MirageDbMigrator for that.

Original comment by bertrand.lorentz@gmail.com on 2 Nov 2008 at 1:39

GoogleCodeExporter commented 9 years ago
The models are compatible, but the newer ones should be slightly better. I'm 
still
writing a test program to test if the new mirage models work as expected.

Original comment by dominik....@gmail.com on 4 Nov 2008 at 8:29

GoogleCodeExporter commented 9 years ago
I've run a Genre Classification Test, and on my small collection (100pcs) 
everything
looks fine/normal. (Mirage/Test.cs)

So everything should be in place and working. I'm closing this bug.

Original comment by dominik....@gmail.com on 5 Nov 2008 at 11:00