Open Issues Need Help
View All on GitHubAI 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