puar commited on
Commit
15197ac
Β·
1 Parent(s): 1ac2c06

Initial upload with tar files and metadata

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,6 +1,9 @@
1
- ---
2
- # MusiXQA 🎡
3
  ---
 
 
 
 
 
4
  **MusiXQA** is a multimodal dataset for evaluating and training music sheet understanding systems. Each data sample is composed of:
5
  - A scanned music sheet image (`.png`)
6
  - Its corresponding MIDI file (`.mid`)
@@ -13,7 +16,7 @@
13
  ## πŸ“‚ Dataset Structure
14
  ```
15
  MusiXQA/
16
- β”œβ”€β”€ images/ # PNG files of music sheets (e.g., 0000000.png)
17
  β”œβ”€β”€ midi.tar # MIDI files (e.g., 0000000.mid), compressed
18
  β”œβ”€β”€ train_qa_omr.json # OMR-tasks QA pairs (train split)
19
  β”œβ”€β”€ train_qa_simple.json # Simple musical info QAs (train split)
 
 
 
1
  ---
2
+ language: en
3
+ tags: [music, multimodal, qa, midi, vision]
4
+ license: mit
5
+ ---
6
+ # MusiXQA 🎡
7
  **MusiXQA** is a multimodal dataset for evaluating and training music sheet understanding systems. Each data sample is composed of:
8
  - A scanned music sheet image (`.png`)
9
  - Its corresponding MIDI file (`.mid`)
 
16
  ## πŸ“‚ Dataset Structure
17
  ```
18
  MusiXQA/
19
+ β”œβ”€β”€ images.tar # PNG files of music sheets (e.g., 0000000.png)
20
  β”œβ”€β”€ midi.tar # MIDI files (e.g., 0000000.mid), compressed
21
  β”œβ”€β”€ train_qa_omr.json # OMR-tasks QA pairs (train split)
22
  β”œβ”€β”€ train_qa_simple.json # Simple musical info QAs (train split)