interactiveaudiolab / voogle

This is code for an audio search engine that uses vocal imitations of the desired sound
MIT License
37 stars 3 forks source link

The search result should be sorted in descending order #30

Closed bongjun closed 6 years ago

bongjun commented 6 years ago

In the method search of Voogle class,

self.model.predict(batch_query, batch_items) is supposed to output the simarities of items with a query, not ranks. But the search results seems to be sorted in ascending order. It should be sorted in descending order.

maxrmorrison commented 6 years ago

Fixed for both the siamese and vggish model in both the develop and master branches.