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?
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'.
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 !