mimbres / mt3

MT3: Multi-Task Multitrack Music Transcription

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MT3: Multi-Task Multitrack Music Transcription

MT3 is a multi-instrument automatic music transcription model that uses the T5X framework.

This is not an officially supported Google product.

Transcribe your own audio

Use our colab notebook to transcribe audio files of your choosing. You can use a pretrained checkpoint from either a) the piano transcription model described in our ISMIR 2021 paper or b) the multi-instrument transcription model described in our ICLR 2022 paper.

Train a model

For now, we do not (easily) support training. If you like, you can try to follow the T5X training instructions and use one of the tasks defined in tasks.py.

About

MT3: Multi-Task Multitrack Music Transcription

License:Apache License 2.0


Languages

Language:Python 57.9%Language:Jupyter Notebook 42.1%