Skip to content

Commit

Permalink
Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Sep 26, 2021
1 parent 1151bed commit fe31d5d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you use other OS, follow those [install and usage][2] guides instead.
### How to use

1. Download [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019][3] `vc_redist_x64.exe` and install
2. Download and unpack [PianoTrans.zip][4]
2. Download and unpack [PianoTrans-v0.1.zip][4] (865MB download)
3. Close other apps to free memory, need at least 2G free memory
4. Run `PianoTrans.exe` in `PianoTrans` directory
5. Choose audio files, multiple selection is supported
Expand All @@ -34,13 +34,24 @@ If you use other OS, follow those [install and usage][2] guides instead.
If you want right click menu for audio files, run `RightClickMenuRegister.bat`,
then you can right click an audio file, and choose `Piano Transcribe`.

For NVIDIA GeForce RTX™ 30 Series GPUs, you can try [PianoTrans-v0.2.7z][5] (2.0GB download, unpack using [7zip][6]).

PianoTrans automatically uses GPU for inference, if you encounter any problem, you can try `PianoTrans-CPU.bat` to force using CPU.

[1]: https://github.com/bytedance/piano_transcription
[2]: https://github.com/qiuqiangkong/piano_transcription_inference
[3]: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
[4]: https://github.com/azuwis/PianoTrans/releases/download/v0.1/PianoTrans-v0.1.zip
[5]: https://github.com/azuwis/PianoTrans/releases/download/v0.2/PianoTrans-v0.2.7z
[6]: https://www.7-zip.org/download.html

### Changelog

#### [0.2] - 2021-09-27

* Update pytorch to 1.9.1.
* Add PianoTrans-CPU.bat to force using CPU for inference.

#### [0.1] - 2021-02-02

* Initial release.
Expand Down

0 comments on commit fe31d5d

Please sign in to comment.