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

feature extract #4

Open yujingxin opened 3 years ago

yujingxin commented 3 years ago

which one is the right extractor crema(paper) or across(github)? Could you show the details of feature extract?

furkanyesiler commented 3 years ago

Hi! You can find the code for extracting cremaPCP features here: https://github.com/furkanyesiler/acoss/blob/master/acoss/features.py#L314

It has some unnecessary lines for the features I used in MOVE, but you can get the gist of it there.

You need to install the crema package from https://github.com/bmcfee/crema, and the code should work.