Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
Data used in [PercePiano dataset.](https://www.nature.com/articles/s41598-024-73810-0)
|
| 5 |
+
|
| 6 |
+
Full credit goes to the original authors: Jisoo Park, Jongho Kim, Jeong Mi Park, Ahyeon Choi, Wen-Syan Li, Jonghwa Park & Seung-won Hwang
|
| 7 |
+
|
| 8 |
+
Data format:
|
| 9 |
+
{
|
| 10 |
+
"id" : Sequential ID integer,
|
| 11 |
+
"midi_path": Path to midi file, included in dataset under /midi
|
| 12 |
+
"data": Includes all 19 feature names corresponding to a two item list which includes the mean and standard deviation values, respectively
|
| 13 |
+
}
|