furkanyesiler / move

PyTorch code for training and evaluating MOVE, musically-motivated version embeddings
GNU Affero General Public License v3.0
49 stars 9 forks source link

Comparing between two audios #7

Open mayassin opened 2 years ago

mayassin commented 2 years ago

Hi @furkanyesiler, The problem I am looking into is that given an audio file, I am able to evaluate it and find the best matching cover song if present. My question has 2 parts:

1] I was able to acquire a cremaPCP feature file as a .h5 file from acoss given a private audio file it seems "move" expects a numpy array as a feature file for evaluation of a private dataset Is there a way for move to process an .h5 file for evaluation ?

2] is there a way given a cremaPCP feature file, to retrieve the best matching cover song in our dataset ?

Thanks !