Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.01 KB

dataset.md

File metadata and controls

21 lines (13 loc) · 1.01 KB

Piano Fingering Dataset

Due to licensing restrictions, we are unable to redistribute the PIG dataset inside this repository. You will need to go to the PIG website and download it by registering for an account.

Note: We are working with the authors of PIG to make the dataset available for download in a more convenient way.

The download will contain a zip file called PianoFingeringDataset_v1.2.zip. Extract the folder PianoFingeringDataset_v1.2 from the zip file, then use the CLI as follows:

robopianist preprocess --dataset-dir /PATH/TO/PianoFingeringDataset_v1.2

This will create a directory called pig_single_finger in robopianist/music/data.

To double check that the dataset was successfully preprocessed, run the following command:

robopianist --check-pig-exists

If successful, it will print PIG dataset is ready to use!.