Skip to content

joann8512/piano-transcribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piano-transcribe

Original code is provided by the team from ByteDance [pdf, code]

Usage

  1. Install dependencies:
pip install -r requirements.txt
  • Different versions of packages may result in errors when running.
  1. You may want to change the designated GPU for transcription in inference.py

  2. If you have multiple GPUs to run, you can either:

    • Uncomment lines 58-62 in piano_transcription_inference/inference.py to run parallel on multiple GPUs for faster transcription
    • Run with the original package directly:
    pip install piano_transcription_inference
    
  3. To start transcribing with pre-trained model:

python transcribe.py

About

Implementation of transcription model from GiantMIDI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages