You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, @jongwook, Thanks for your opening codes.
Recently, I use your code in order to get the performance in paper "Onsets and Frames: Dual-Objective Piano Transcription". I use the MAPS to train the model and the batch_size=4, iteration= 358000. When evaluating, I get the performance as following.
Some metrics appear to be quite low, especially the frame metrics which are 82.2/70.4/75.5 whereas the "Onsets and Frames: Dual-Objective Piano Transcription" paper reports 88.53/70.89/78.3
Do you know the reasons about that?
Thanks a lot
The text was updated successfully, but these errors were encountered:
@xk-wang There are three papers using the onsets and frames model, while in the "Onsets and Frames: Dual-Objective Piano Transcription", the model is trained on MAPS datasets
@Dream-High I also used this code, it is not completely the same with the original onsets and frames model. You should use the original Tensorflow version code and convert it to PyTorch yourself. I think this code just implements the main idea, but some details are missing comprared with the Tensorflow version.
Hello, @jongwook, Thanks for your opening codes.
Recently, I use your code in order to get the performance in paper "Onsets and Frames: Dual-Objective Piano Transcription". I use the MAPS to train the model and the batch_size=4, iteration= 358000. When evaluating, I get the performance as following.
Some metrics appear to be quite low, especially the frame metrics which are 82.2/70.4/75.5 whereas the "Onsets and Frames: Dual-Objective Piano Transcription" paper reports 88.53/70.89/78.3
Do you know the reasons about that?
Thanks a lot
The text was updated successfully, but these errors were encountered: