[Feature] Auto Image Rotation Detection #10136
Replies: 5 comments 20 replies
-
A message with a suggestion for this, including a link to an existing AI model for this: Link to existing AI model: |
Beta Was this translation helpful? Give feedback.
-
If we don't want to touch the original photo, we could generate related xmp sidecar using the |
Beta Was this translation helpful? Give feedback.
-
i had this problem, but i couldn't find a lightweight model to do rotation detection, so i glued one together: it's size is about ~220 MB, and it has a great performance for images that have an object or face in them (like the images in demo instance) but it can't detect rotation of scanned papers or an empty wall and stuff like that |
Beta Was this translation helpful? Give feedback.
-
DigiKam has recently added AI autorotation functionality. The details are in this commit: They are using deep-image-orientation-angle-detection.onnx, which can be found here: More details about the model can be found here: |
Beta Was this translation helpful? Give feedback.
-
Seems part of implementing this (and manual rotation tool) is supporting reading image orientation from an XMP sidecar file. I looked at several related issues and PR's and in some this is referenced but could not find an issue/PR directly for reading the XMP file orientation. Is there a related open issue/PR for this, or any plans for this? Like several other tools exiftool supports creating XMP sidecar files with the Orientation specification so reading this in Immich would help integration of image rotation detection greatly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
Certain apps* have a feature that detects rotated images and curates them for the user to choose to rotate them as suggested or not. Similar to how Immich now detects duplicates, I'd love to see it be able to automagically find these rotated images!
Thanks!
#1695 is similar, but it's for a manual image rotation tool and not for auto detection. Perhaps it could just be extended to include an auto-detect functionality.
Platform
Beta Was this translation helpful? Give feedback.
All reactions