BShakhovsky / PianoTranscription_Android

Android app transcribes audio/video to MIDI, and then 3D-piano plays it
https://play.google.com/store/apps/details?id=ru.BShakhovsky.Piano_Transcription
18 stars 3 forks source link

Missing OnsetsFramesWavinput #1

Open chinahgf opened 2 years ago

chinahgf commented 2 years ago

Hi Missing OnsetsFramesWavinput class

BShakhovsky commented 2 years ago

Hi,

Yes, I could not upload this TFLite model because its size is around 100 MB, and GitHub would not allow me to upload it to my repository. You can download it from Magenta's repository here: https://github.com/magenta/magenta/tree/main/magenta/models/onsets_frames_transcription/realtime There are three models, and I used the full model (onsets_frames_wavinput.tflite). You should put it in the following folder: app/src/main/ml/ Or, if you are using Android Studio, you can import the model, and it will be placed in the correct folder automatically.

chinahgf commented 2 years ago

Okay, I get it. Thanks