Assigned
Status Update
Comments
ju...@servinformacion.com <ju...@servinformacion.com> #2
The same is happening to me, is there any progress on the solution?
ar...@gmail.com <ar...@gmail.com> #3
Can confirm this is still happening. Any updates on this? Thanks!
(Why not give the option to the user whether to do auto-rotation or not?)
(Why not give the option to the user whether to do auto-rotation or not?)
ar...@gmail.com <ar...@gmail.com> #4
It's been almost a year since this issue got filed. Any updates?
ar...@gmail.com <ar...@gmail.com> #5
Ideal world, do the annotations on same orientation. Easy fix, run in batch mode if required:
1) Use the auto-orient option of ImageMagick's convert to do this.
$ convert your-image.jpg -auto-orient output.jpg
2) Or use mogrifyto do it in place
$ mogrify -auto-orient your-image.jpg
Ref:https://stackoverflow.com/questions/19456036/detect-exif-orientation-and-rotate-image-using-imagemagick?answertab=votes#tab-top
One should assign the coordinates as per orientation in EXIF:Orientation metadata. Origin shift as per the value should do it - get any grad student to work out the maths.
For workaround till this is fixed in the product,
0/1 --> No changes
2 --> Move origin to TopRight, mirror X-axis (1-X1/Width, Y1/Height)
3 --> Move origin to BottomRight, mirror both axis (1-X1/Width, 1-Y1/Width)
.....
6 --> move origin to RightTop, exchange Height/Width & mirror Y-axis (X1/Height, 1-Y1/Width)
1) Use the auto-orient option of ImageMagick's convert to do this.
$ convert your-image.jpg -auto-orient output.jpg
2) Or use mogrifyto do it in place
$ mogrify -auto-orient your-image.jpg
Ref:
One should assign the coordinates as per orientation in EXIF:Orientation metadata. Origin shift as per the value should do it - get any grad student to work out the maths.
For workaround till this is fixed in the product,
0/1 --> No changes
2 --> Move origin to TopRight, mirror X-axis (1-X1/Width, Y1/Height)
3 --> Move origin to BottomRight, mirror both axis (1-X1/Width, 1-Y1/Width)
.....
6 --> move origin to RightTop, exchange Height/Width & mirror Y-axis (X1/Height, 1-Y1/Width)
[Deleted User] <[Deleted User]> #6
Any update on this issue ? This is still happening
lu...@artefact.com <lu...@artefact.com> #7
Hi! Just had the issue on my side as well!
Description
Viewing images in AutoML Dataset shows the original orientation of the images. Customer rotated the images to correct the image orientation before uploading them to GCS. Viewing the images in GCS shows the corrected orientation for the images. However, the original orientation of the images shows when viewing the images through the dataset. Thus, viewing the images via dataset strips the exif data of the image which is setting the orientation of the image.
What you expected to happen: Adjust to correct Image Orientation
Steps to reproduce:
1.While your image is on your local computer, rotate the image to a 180 degrees view (It is like setting an image from landscape to portrait)
2.Upload the image to Google CLoud Storage.
3.View the image. The image will display with the orientation set before uploading to GCS.
4.Create a dataset using the image.
5.After successfully creating the database and importing the image, view the image via dataset. The image´s orientation will be back to its original orientation
Other information (workarounds you have tried, documentation consulted, etc): NA