This project is an implement of piano_transcription_inference.
This project only requires ffmpeg, make sure you have installed ffmpeg in PATH.
- Clone this repo, download ONNX file and put it on the root of this repo.
- Open this repo using IntelliJ IDEA or other IDEs, modify the input audio file path in the main function of pianotranscriptioncli/src/main/java/pianotranscriptioncli/Program.java
- Build and run, the output file will be named "out.mid".