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
rick0000 commented
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