EMOPIA_cls icon indicating copy to clipboard operation
EMOPIA_cls copied to clipboard

MIDI, WAV domain music emotion recognition [ISMIR 2021]

Results 3 EMOPIA_cls issues
Sort by recently updated
recently updated
newest added

I tested inference_batch.py on dataset/split/test.csv and got 0.57,0.744,0.744 on AV/A/V separately. The models I used were download from https://drive.google.com/u/0/uc?id=1L_NOVKCElwcYUEAKp1-FZj_G6Hcq2g2c&export=download (which were provided in README.md).

I try to download the source mp4 from `Q1.txt, Q2.txt, Q3.txt, Q4.txt` of `songs_lists` directory in the `EMOPIA_2.2` datasets, using the following scripts: ```bash #!/bin/bash input="$1" root=`echo $input|cut -d "."...

Hi, I tried the midi_cls/train_test.py on environment below: pytorch == 1.8.0 python == 3.8.5 CUDA ==10.1 I trained the models with A/V/AV best hyperparameters that provided in best weights folder....