MNN
MNN copied to clipboard
MNN.cv has the rotation issue in loading some photos from the phone
Version
https://pypi.org/project/MNN/ MNN==2.8.3
Issue
I think there is something wrong in the imread() function inside of MNN.cv package.
MNN.cv.imread(image_path) will return an image with clockwise version of the original image but opencv-python could return a correct image without rotation for the same image.
MNN.cv use stbi. It currently don't support load rotation info from jpg's exif. We will fix it later.
Marking as stale. No activity in 60 days.