CPJKU / cyolo_score_following

Multi-modal Conditional Bounding Box Regression for Music Score Following
MIT License
13 stars 3 forks source link

How to use my own data in test model #2

Closed fire-fairy closed 2 months ago

fire-fairy commented 1 year ago

Dear author,

According to your previous work, I extracted the sheet I wanted to test (Its format is the same as (1) MSMD dataset: https://github.com/CPJKU/msmd/tree/master), but in this work, It only used (2) .npz and .wav files for testing. (Especially in *.npz which contains information such as coords, bars, systems, etc.)

Can you tell me how to convert the information in (1) into (2)?