BowenC commited on
Commit
74257fb
·
verified ·
1 Parent(s): 21d17f7

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes CHANGED
@@ -1,60 +1,2 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
- *.bin filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ckpt filter=lfs diff=lfs merge=lfs -text
7
- *.ftz filter=lfs diff=lfs merge=lfs -text
8
- *.gz filter=lfs diff=lfs merge=lfs -text
9
- *.h5 filter=lfs diff=lfs merge=lfs -text
10
- *.joblib filter=lfs diff=lfs merge=lfs -text
11
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
- *.lz4 filter=lfs diff=lfs merge=lfs -text
13
- *.mds filter=lfs diff=lfs merge=lfs -text
14
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
- *.model filter=lfs diff=lfs merge=lfs -text
16
- *.msgpack filter=lfs diff=lfs merge=lfs -text
17
- *.npy filter=lfs diff=lfs merge=lfs -text
18
- *.npz filter=lfs diff=lfs merge=lfs -text
19
- *.onnx filter=lfs diff=lfs merge=lfs -text
20
- *.ot filter=lfs diff=lfs merge=lfs -text
21
- *.parquet filter=lfs diff=lfs merge=lfs -text
22
- *.pb filter=lfs diff=lfs merge=lfs -text
23
- *.pickle filter=lfs diff=lfs merge=lfs -text
24
- *.pkl filter=lfs diff=lfs merge=lfs -text
25
- *.pt filter=lfs diff=lfs merge=lfs -text
26
- *.pth filter=lfs diff=lfs merge=lfs -text
27
- *.rar filter=lfs diff=lfs merge=lfs -text
28
- *.safetensors filter=lfs diff=lfs merge=lfs -text
29
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
- *.tar.* filter=lfs diff=lfs merge=lfs -text
31
- *.tar filter=lfs diff=lfs merge=lfs -text
32
- *.tflite filter=lfs diff=lfs merge=lfs -text
33
- *.tgz filter=lfs diff=lfs merge=lfs -text
34
- *.wasm filter=lfs diff=lfs merge=lfs -text
35
- *.xz filter=lfs diff=lfs merge=lfs -text
36
- *.zip filter=lfs diff=lfs merge=lfs -text
37
- *.zst filter=lfs diff=lfs merge=lfs -text
38
- *tfevents* filter=lfs diff=lfs merge=lfs -text
39
- # Audio files - uncompressed
40
- *.pcm filter=lfs diff=lfs merge=lfs -text
41
- *.sam filter=lfs diff=lfs merge=lfs -text
42
- *.raw filter=lfs diff=lfs merge=lfs -text
43
- # Audio files - compressed
44
- *.aac filter=lfs diff=lfs merge=lfs -text
45
- *.flac filter=lfs diff=lfs merge=lfs -text
46
- *.mp3 filter=lfs diff=lfs merge=lfs -text
47
- *.ogg filter=lfs diff=lfs merge=lfs -text
48
- *.wav filter=lfs diff=lfs merge=lfs -text
49
- # Image files - uncompressed
50
- *.bmp filter=lfs diff=lfs merge=lfs -text
51
- *.gif filter=lfs diff=lfs merge=lfs -text
52
  *.png filter=lfs diff=lfs merge=lfs -text
53
- *.tiff filter=lfs diff=lfs merge=lfs -text
54
- # Image files - compressed
55
- *.jpg filter=lfs diff=lfs merge=lfs -text
56
- *.jpeg filter=lfs diff=lfs merge=lfs -text
57
- *.webp filter=lfs diff=lfs merge=lfs -text
58
- # Video files - compressed
59
- *.mp4 filter=lfs diff=lfs merge=lfs -text
60
- *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  *.png filter=lfs diff=lfs merge=lfs -text
2
+ *.pdf filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
README.md ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Orchestral Score Layout Dataset
2
+
3
+ Ground-truth annotations for staff layout detection in orchestral music scores, covering two Tchaikovsky symphonies.
4
+
5
+ ## Contents
6
+
7
+ ```
8
+ dataset_layout/
9
+ ├── Tchai_4.pdf # Source PDF — Tchaikovsky Symphony No. 4
10
+ ├── Tchai_4/ # Page images (PNG, one per page)
11
+ ├── Tchai_4_csv_gt/ # Per-page CSV ground truth for Tchai_4
12
+
13
+ ├── Tchai_6.pdf # Source PDF — Tchaikovsky Symphony No. 6
14
+ ├── Tchai_6/ # Page images (PNG, one per page)
15
+ └── Tchai_6_csv_gt/ # Per-page CSV ground truth for Tchai_6
16
+ ```
17
+
18
+ | Piece | Pages |
19
+ |-------|-------|
20
+ | Tchaikovsky Symphony No. 4 | 129 |
21
+ | Tchaikovsky Symphony No. 6 | 219 |
22
+
23
+ ## File Naming
24
+
25
+ Page images: `Tchai_4/Tchai_4_001.png`, `Tchai_4/Tchai_4_002.png`, …
26
+ Per-page CSVs: `Tchai_4_csv_gt/Tchai_4_001.csv`, `Tchai_4_csv_gt/Tchai_4_002.csv`, …
27
+
28
+ The three-digit zero-padded number in the filename corresponds to the page number within the score (matching the `page` field in the CSV).
29
+
30
+ ## CSV Format
31
+
32
+ Each per-page CSV in `*_csv_gt/` uses the following 15-column schema:
33
+
34
+ ```
35
+ page, staff, system, staffgroup, num_ins, ens,
36
+ ins1, part1, tone1,
37
+ ins2, part2, tone2,
38
+ ins3, part3, tone3
39
+ ```
40
+
41
+ ### Row structure
42
+
43
+ Each row describes one **staff line** on a page. A page typically contains multiple staves across one or more systems.
44
+
45
+ - The `page` field is filled only in the **first row** of each page. Subsequent rows on the same page leave it blank.
46
+ - In the per-page CSVs the `page` field is filled only in the first data row; the header is always present.
47
+
48
+ ### Column descriptions
49
+
50
+ | Column | Type | Description |
51
+ |--------|------|-------------|
52
+ | `page` | string | 3-digit zero-padded page number (e.g. `001`). Present only in the first staff row of each page. |
53
+ | `staff` | integer | Sequential staff index on the page, starting at 1. |
54
+ | `system` | integer | System (grand staff group) index on the page, starting at 1. Pages with only one system always have `1` here. |
55
+ | `staffgroup` | integer | Orchestral section the staff belongs to (see table below). |
56
+ | `num_ins` | integer | Number of instruments sharing this staff line (`1` or `2`). Empty cells should be treated as `1`. |
57
+ | `ens` | string | Ensemble qualifier for the staff: `divisi` (part splits into two), `unis` (unison), or empty. |
58
+ | `ins1` | string | Name of the primary (or only) instrument on this staff. |
59
+ | `part1` | string/int | Part number of `ins1` when the section has multiple players (e.g. `1`, `2`). Empty if not applicable. |
60
+ | `tone1` | string | Transposition key of `ins1` (e.g. `B`, `F`, `A`). Empty for non-transposing instruments. |
61
+ | `ins2` | string | Name of the second instrument when `num_ins` = 2 (e.g. a piccolo sharing a flute staff). |
62
+ | `part2` | string/int | Part number of `ins2`. |
63
+ | `tone2` | string | Transposition key of `ins2`. |
64
+ | `ins3` | string | Name of a third instrument (reserved; not used in current annotations). |
65
+ | `part3` | string/int | Part number of `ins3`. |
66
+ | `tone3` | string | Transposition key of `ins3`. |
67
+
68
+ ### Staffgroup
69
+
70
+ `staffgroup` is a sequential integer that groups adjacent staves belonging to the same orchestral section (e.g. all woodwind staves share one value, all brass staves share the next, and so on). The numbering restarts from `1` on each page and within each system, so the values themselves carry no fixed meaning — only equality matters: staves with the same `staffgroup` value belong to the same section. In a typical orchestral score the groups follow the conventional order: Woodwinds → Brass → Percussion → Strings.
71
+
72
+ ### Example — single-system page (Tchai_4 page 001)
73
+
74
+ ```csv
75
+ page,staff,system,staffgroup,num_ins,ens,ins1,part1,tone1,ins2,part2,tone2,ins3,part3,tone3
76
+ 001,1,1,1,,,flute,,,,,,,,
77
+ ,2,1,1,,,oboe,,,,,,,,
78
+ ,3,1,1,,,clarinet,,B,,,,,,
79
+ ,4,1,1,,,bassoon,,,,,,,,
80
+ ,5,1,2,2,,horn,1,F,horn,2,F,,,
81
+ ,6,1,2,2,,horn,3,F,horn,4,F,,,
82
+ ,7,1,2,,,trumpet,,F,,,,,,
83
+ ,8,1,2,2,,trombone,1,,trombone,2,,,,
84
+ ,9,1,2,2,,trombone,3,,tuba,,,,,
85
+ ,10,1,3,,,timpani,,,,,,,,
86
+ ,11,1,4,,,violin,1,,,,,,,
87
+ ,12,1,4,,,violin,2,,,,,,,
88
+ ,13,1,4,,,viola,,,,,,,,
89
+ ,14,1,4,,,cello,,,,,,,,
90
+ ,15,1,4,,,bass,,,,,,,,
91
+ ```
92
+
93
+ Staff 5 has `num_ins=2` and carries Horn 1 and Horn 2 on the same line; their shared transposition key is `F`.
94
+
95
+ ### Example — multi-system page (Tchai_4 page 004)
96
+
97
+ ```csv
98
+ page,staff,system,staffgroup,num_ins,ens,ins1,part1,tone1,ins2,part2,tone2,ins3,part3,tone3
99
+ 004,1,1,1,,,clarinet,,B,,,,,,
100
+ ...
101
+ ,9,1,3,,,bass,,,,,,,,
102
+ ,10,2,1,,,horn,,F,,,,,, ← system 2 begins
103
+ ,11,2,2,,,violin,1,,,,,,,
104
+ ...
105
+ ```
106
+
107
+ When a page contains multiple systems, the `system` counter increments and staves are renumbered from 1 for each system within the `staff` column (sequential across the whole page).
108
+
Tchai_4.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37c820c387ca34d763b5eb1f56532a35015fe3e738043d3de0e8c509653b7a36
3
+ size 13797499
Tchai_4/Tchai_4_001.png ADDED

Git LFS Details

  • SHA256: 09de89176bdcc68752e09512696f9440d466e03a4e4f5164956040ad9ee379f0
  • Pointer size: 131 Bytes
  • Size of remote file: 152 kB
Tchai_4/Tchai_4_002.png ADDED

Git LFS Details

  • SHA256: 92021080b759a8f8d8e664d8d779f62481880800fcd8c7b5065b0a7fa1a5091f
  • Pointer size: 131 Bytes
  • Size of remote file: 169 kB
Tchai_4/Tchai_4_003.png ADDED

Git LFS Details

  • SHA256: 381da83a0e07e26c0e6ece3537c81249385d25c1b229135ca6fef2a85b2c96b9
  • Pointer size: 131 Bytes
  • Size of remote file: 183 kB
Tchai_4/Tchai_4_004.png ADDED

Git LFS Details

  • SHA256: 164458417a5b4c3f98b1417ac3afff646d2819e991e6f1820edad93f36053ac3
  • Pointer size: 131 Bytes
  • Size of remote file: 174 kB
Tchai_4/Tchai_4_005.png ADDED

Git LFS Details

  • SHA256: 500c5b9ad64c3ea674b39152158cafe7965307a6bc284a750c61b30c2146063c
  • Pointer size: 131 Bytes
  • Size of remote file: 198 kB
Tchai_4/Tchai_4_006.png ADDED

Git LFS Details

  • SHA256: 32f4a45f60acacbff822ecde7ce9ee103dfdee04afb85dd4244b329fd7bc4030
  • Pointer size: 131 Bytes
  • Size of remote file: 238 kB
Tchai_4/Tchai_4_007.png ADDED

Git LFS Details

  • SHA256: f9f1203b3cd56f43ceadcf9b7e7cc6bced891acdb97facebb7b904eeff3326f3
  • Pointer size: 131 Bytes
  • Size of remote file: 175 kB
Tchai_4/Tchai_4_008.png ADDED

Git LFS Details

  • SHA256: 53d831a5beb98481909d524f7b5b0bb77aba6406c14182110f7ae860c04c906b
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
Tchai_4/Tchai_4_009.png ADDED

Git LFS Details

  • SHA256: dc54799c2f84390ea6dbe66b24f651888d619af3d548ad247f3e4db0728b801c
  • Pointer size: 131 Bytes
  • Size of remote file: 209 kB
Tchai_4/Tchai_4_010.png ADDED

Git LFS Details

  • SHA256: 03aa0d602e1b2862c5b968a6639c03edb37aa44319d4018aba77c5f1327f2086
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
Tchai_4/Tchai_4_011.png ADDED

Git LFS Details

  • SHA256: f31cf681acdfbcb6e1923f93f877af74bb238dd7ca7762a3fbb91115283cfc14
  • Pointer size: 131 Bytes
  • Size of remote file: 186 kB
Tchai_4/Tchai_4_012.png ADDED

Git LFS Details

  • SHA256: 7911c5b4d60e85c1df7608f6e86b655011fd67e87565747628f6d0e7ff9449c1
  • Pointer size: 131 Bytes
  • Size of remote file: 175 kB
Tchai_4/Tchai_4_013.png ADDED

Git LFS Details

  • SHA256: f5e2c6c0322c4fdcf9b3eeb477c113a256add0d2ada007df8e8f14ef9beb41ab
  • Pointer size: 131 Bytes
  • Size of remote file: 180 kB
Tchai_4/Tchai_4_014.png ADDED

Git LFS Details

  • SHA256: 8051359b7c58dc39dbced2576309e567f33fdbbe4b16d31f95430f5302068f93
  • Pointer size: 131 Bytes
  • Size of remote file: 235 kB
Tchai_4/Tchai_4_015.png ADDED

Git LFS Details

  • SHA256: 38553b1b40c6f95d5bc85f4afdff9a4eb96f4fdf5f6265b074d36925b996d349
  • Pointer size: 131 Bytes
  • Size of remote file: 236 kB
Tchai_4/Tchai_4_016.png ADDED

Git LFS Details

  • SHA256: 4ed672d9d1a43bd55e1a58d50fe171fb140b27f0423a74d8fdbaf17a29f2c4bc
  • Pointer size: 131 Bytes
  • Size of remote file: 193 kB
Tchai_4/Tchai_4_017.png ADDED

Git LFS Details

  • SHA256: 6d35008cce66cf26dc305b885c33330ab6261010cbc264e80c1d05089b0d8c17
  • Pointer size: 131 Bytes
  • Size of remote file: 203 kB
Tchai_4/Tchai_4_018.png ADDED

Git LFS Details

  • SHA256: 3b3c8eb01fec32335dbcbacce69ea79f9a77acf67461db50afe78486bf435f21
  • Pointer size: 131 Bytes
  • Size of remote file: 216 kB
Tchai_4/Tchai_4_019.png ADDED

Git LFS Details

  • SHA256: 685a5272f4275906600a3cf4ab7b18cb005be4e56062106dcfb182c2fbefc78d
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
Tchai_4/Tchai_4_020.png ADDED

Git LFS Details

  • SHA256: f90399391168909bd659152fc669f505ccd3c46427494b366e43f2e8953e851f
  • Pointer size: 131 Bytes
  • Size of remote file: 208 kB
Tchai_4/Tchai_4_021.png ADDED

Git LFS Details

  • SHA256: fb4f9b893745a3d56029c5d1cf9e30c4327508ac5ad772a5f34f454b68883b24
  • Pointer size: 131 Bytes
  • Size of remote file: 167 kB
Tchai_4/Tchai_4_022.png ADDED

Git LFS Details

  • SHA256: 6ed0a83e4ca698656449f02a95714b2e02ee4ce8c9d5a28fb8e8edee8a56b197
  • Pointer size: 131 Bytes
  • Size of remote file: 199 kB
Tchai_4/Tchai_4_023.png ADDED

Git LFS Details

  • SHA256: ab3fa45fdda99a0208633ce7fa65dd3cc1e409209c11f6d3dc8cf882909152f4
  • Pointer size: 131 Bytes
  • Size of remote file: 190 kB
Tchai_4/Tchai_4_024.png ADDED

Git LFS Details

  • SHA256: 9fb63993221e1fb479cff1b1792a26c1343aec3e79baee8b78f35f36e1ce0ced
  • Pointer size: 131 Bytes
  • Size of remote file: 165 kB
Tchai_4/Tchai_4_025.png ADDED

Git LFS Details

  • SHA256: 9271f4c53f3e8939165ad734e2e036986dfd040174bde4794fa1dab20d9f2302
  • Pointer size: 131 Bytes
  • Size of remote file: 178 kB
Tchai_4/Tchai_4_026.png ADDED

Git LFS Details

  • SHA256: 9da48975f7c978da582777e02e4aaf8d90b7ba9b3ad80206659cb59ea33f97a1
  • Pointer size: 131 Bytes
  • Size of remote file: 199 kB
Tchai_4/Tchai_4_027.png ADDED

Git LFS Details

  • SHA256: de4bce95e104a93170340b12de93c1e22fd5fa3ceb25a5976a9fcf109e97fac1
  • Pointer size: 131 Bytes
  • Size of remote file: 246 kB
Tchai_4/Tchai_4_028.png ADDED

Git LFS Details

  • SHA256: 593b2e2b738f95f7d71e2a4d75f1f35bcb98330219826656625444f95c4a18a8
  • Pointer size: 131 Bytes
  • Size of remote file: 207 kB
Tchai_4/Tchai_4_029.png ADDED

Git LFS Details

  • SHA256: f128d9183f2d24460bc9a58d28d055a6dcea5295ee9914e719c087f64e081144
  • Pointer size: 131 Bytes
  • Size of remote file: 206 kB
Tchai_4/Tchai_4_030.png ADDED

Git LFS Details

  • SHA256: 83c6de1495d134d053c23dcf6bd6f1ae30d1c54bb0298b09d680ab7cae551580
  • Pointer size: 131 Bytes
  • Size of remote file: 208 kB
Tchai_4/Tchai_4_031.png ADDED

Git LFS Details

  • SHA256: 4dbb72a885e1bab9f3a7b8e77342750002313f7000d06ba9e36b9f3f36814dca
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB
Tchai_4/Tchai_4_032.png ADDED

Git LFS Details

  • SHA256: 9f290283c0a8ef22893b5ac08782b43f903127625be10ff574844e7c48944689
  • Pointer size: 131 Bytes
  • Size of remote file: 157 kB
Tchai_4/Tchai_4_033.png ADDED

Git LFS Details

  • SHA256: e0250c66e1e33f2fb2fe20b343913263d7e3b1a3ec049ef5e8e333b034dbfebc
  • Pointer size: 131 Bytes
  • Size of remote file: 198 kB
Tchai_4/Tchai_4_034.png ADDED

Git LFS Details

  • SHA256: 17af9aa1bd5e62865e8443810152291284995a68c43f40c05e3102d6d9688445
  • Pointer size: 131 Bytes
  • Size of remote file: 201 kB
Tchai_4/Tchai_4_035.png ADDED

Git LFS Details

  • SHA256: bc4118319cc70543e6337cf218a45062b7086457850448a5e933ef689ce47411
  • Pointer size: 131 Bytes
  • Size of remote file: 178 kB
Tchai_4/Tchai_4_036.png ADDED

Git LFS Details

  • SHA256: 387b03436963dc67780110e2103af82d6630db7eaa8eeb97b744e868a30b696f
  • Pointer size: 131 Bytes
  • Size of remote file: 208 kB
Tchai_4/Tchai_4_037.png ADDED

Git LFS Details

  • SHA256: 3a6da371267fa3dfbe247f11b209079ddefb8d91d017b620d20d9ea4a45d2903
  • Pointer size: 131 Bytes
  • Size of remote file: 210 kB
Tchai_4/Tchai_4_038.png ADDED

Git LFS Details

  • SHA256: 31b591a98ef2784ac4a8cc9677a465f13ddd868f61ba11f67c346d0d7f9e3971
  • Pointer size: 131 Bytes
  • Size of remote file: 180 kB
Tchai_4/Tchai_4_039.png ADDED

Git LFS Details

  • SHA256: d8a9aa551d8b2439dd7c90f03a8d747510cc66a76db32d33af482d47818e31e7
  • Pointer size: 131 Bytes
  • Size of remote file: 215 kB
Tchai_4/Tchai_4_040.png ADDED

Git LFS Details

  • SHA256: c42cbcd72f4c315930f44906dd87cc497a0bd800bd3ee68fa69652743129143c
  • Pointer size: 131 Bytes
  • Size of remote file: 208 kB
Tchai_4/Tchai_4_041.png ADDED

Git LFS Details

  • SHA256: e97895f7add93287495eb052d7aa506c692dfff17729d85fad28c6b1ba87787a
  • Pointer size: 131 Bytes
  • Size of remote file: 243 kB
Tchai_4/Tchai_4_042.png ADDED

Git LFS Details

  • SHA256: 2ce2c69f0b16a24c469a4315b87d245b097c22370a088eff81d9dad7c5395296
  • Pointer size: 131 Bytes
  • Size of remote file: 211 kB
Tchai_4/Tchai_4_043.png ADDED

Git LFS Details

  • SHA256: c91769480756d4b94e940d5e68bcf7450bab76fad1e6fcb44c988f1d7af13d7f
  • Pointer size: 131 Bytes
  • Size of remote file: 250 kB
Tchai_4/Tchai_4_044.png ADDED

Git LFS Details

  • SHA256: afd9e82246a94af244529c7a9f6eaf930f8313bb5aacfe19da1208841c7f95cd
  • Pointer size: 131 Bytes
  • Size of remote file: 267 kB
Tchai_4/Tchai_4_045.png ADDED

Git LFS Details

  • SHA256: 6dda9f7d3ece9175b5b81ff3feab8c884f017f0c44dd3268fae32fe068d23cb0
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
Tchai_4/Tchai_4_046.png ADDED

Git LFS Details

  • SHA256: 7b3c5cb9eb5de99fae49a457d2025be2f1fd8a8433cf98af04e7085d8bd45045
  • Pointer size: 131 Bytes
  • Size of remote file: 174 kB
Tchai_4/Tchai_4_047.png ADDED

Git LFS Details

  • SHA256: 56ca8d82768203f01da438b11a6636c9852676c2e1db333735e42d57a85af036
  • Pointer size: 131 Bytes
  • Size of remote file: 195 kB