biigle / maia

:m: BIIGLE module for the Machine Learning Assisted Image Annotation method
GNU General Public License v3.0
2 stars 3 forks source link

Ignore EXIF rotation #123

Open mzur opened 11 months ago

mzur commented 11 months ago

MAIA v1 used Vips to load images because it ignores the EXIF rotation. MAIA v2 uses Pillow again which could cause issues with rotated images. We should use Vips (for novelty detection and object detection) again.