Audiveris / omr-dataset-tools

Reference of OMR data
GNU Affero General Public License v3.0
18 stars 5 forks source link

Error when generating features with all options #36

Closed AoxiangGeng closed 5 years ago

AoxiangGeng commented 5 years ago

Hi,

Im trying to train the data sample according to the steps shown in the documentation . Under the directory of omr-dataset-tools , I used the command below :

gradle run -PcmdLineArgs="-output,/Users/username/training_output/test,-features,-nones,-controls,-subimages,--,/Users/username/omr_dataset/mops-1.png"

However, an error occurs :

Execution failed for task ':run'.

Process 'command '/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1

Google says this could be caused by code style violations, but I don't know how to fix it here. What should I do?

Thanks a lot !

AoxiangGeng commented 5 years ago

problem solved!