You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
When using mxnet.image.imread to deal with some jpeg file, the result image will be wrong, as mxnet cannot get the right mode of JPEG orientation from the exif. It's important when people want to train their own images with JPEG orientation information included.
I hope we can add some flags as the OpenCV does.
The text was updated successfully, but these errors were encountered:
When using mxnet.image.imread to deal with some jpeg file, the result image will be wrong, as mxnet cannot get the right mode of JPEG orientation from the exif. It's important when people want to train their own images with JPEG orientation information included.
I hope we can add some flags as the OpenCV does.
The text was updated successfully, but these errors were encountered: