Official implementation of the Sheet Music Transformer

1 Open Issue Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Fix a bug in the `prepare_data` function within the `data.py` file of the Sheet Music Transformer project. The bug causes incorrect image resizing and aspect ratio distortion in some cases, specifically when the image is clipped to 256 pixels during resizing. The solution involves modifying the image resizing logic to ensure that the aspect ratio is always maintained.

Complexity: 3/5
bug good first issue

Official implementation of the Sheet Music Transformer

Python