muzic
muzic copied to clipboard
How to get the ground truth file of the project SONGMASS?
Thanks for open sourcing!
When I want to test the pitch/duration similarity and melody distance,I don't know where these files are
LYRIC=lyric.gt # The lyric file of ground truth
MELODY=melody.gt # The melody file of ground truth
HYPOS=hypo.txt # The generated result in fairseq format
SONG_ID=song_id_test.txt # The song id file
I would be very grateful if someone would be happy to tell me how to find these or how to generate these files!
@GragonWing we have provide the data processing that includes the split of training/valid/test. You just need to consider valid(test).lyric(melody) as the ground truth.