HumanSignal/label-studio-ml-backend

The orientation information from the image's EXIF data is ignored in ml-backend examples that load images using Pillow.

rick0000 opened this issue · 2 comments

The orientation information from the image's EXIF data is ignored in ml-backend examples that load images using Pillow.
Although images are displayed with the correct orientation in Label Studio based on their EXIF data, ml-backend examples such as example/tesseract and example/llm_interactive do not adhere to this orientation. As a result, bounding boxes created in Label Studio end up cropping unintended areas when processed by the ml-backend.

This issue is similar to the one discussed here: #156

I have created a pull request. I would appreciate it if you could advise me on who to assign as reviewers!
#536