EliMasonTech commited on
Commit
7614fe6
·
verified ·
1 Parent(s): 3573ca0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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
+ }