Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyLGod committed Nov 2, 2022
1 parent 1205302 commit d0455d0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions OmgPianoTranscription/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# 🎶 OmgPianoTranscription
⭐ The project is an implement of [**piano transcription inference**](https://github.com/qiuqiangkong/piano_transcription_inference).
<h3 align="center">
<img src="https://readme-typing-svg.herokuapp.com/?font=Roboto+Mono&size=25&width=430&color=46BEA3duration=1600&lines=🎵Omg+Piano+Transcription🎶" height="80"/></br>
⭐ The project is an implement of <a href="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/qiuqiangkong/piano_transcription_inference">piano transcription inference</a>. 🌠
</h3>

### Build & Run
## 🔨 Build & Run
+ **FFMPEG** is required, please [install](https://www.gyan.dev/ffmpeg/builds/) it in PATH.
+ Download [**ONNX file**](https://github.com/EveElseIf/pianotranscription_java/releases/download/blob/transcription.onnx) and put it on the root of Folder`pianotranscriptioncli/src/main/resources`.
+ Modify the input audio file path in the main function of `pianotranscriptioncli/src/main/java/pianotranscriptioncli/Program.java`
+ Well, if your running system is not Windows, you need to change the string of the file path of the input and output files to make it work.
+ Build and run the project, feel free to run the [`test.http`](./pianotranscriptioncli/src/main/resources/test.http) file in the resource folder if you use IDEA as the IDE, and you'll find the output midi file in Folder`pianotranscriptioncli/src/main/resources/output`. By the way, you can see the process on the command lines in your terminal.
+ Build and run the project, feel free to run the [`test.http`](./pianotranscriptioncli/src/main/resources/test.http) file in the resource folder if you use IDEA as the IDE.

And you'll find the output midi file in Folder`pianotranscriptioncli/src/main/resources/output`.

By the way, you can see the process on the command lines in your terminal.
+ 🎉 Go bears! Just enjoy it!

0 comments on commit d0455d0

Please sign in to comment.