[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14956: mxnet.image.imread can not correctly read jpg with orientation

2019-06-20 Thread GitBox
anirudhacharya commented on issue #14956: mxnet.image.imread can not correctly read jpg with orientation URL: https://github.com/apache/incubator-mxnet/issues/14956#issuecomment-504239776 here is a weird discrepancy I am facing when using opencv with python and with c++ - ```python

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14956: mxnet.image.imread can not correctly read jpg with orientation

2019-06-17 Thread GitBox
anirudhacharya commented on issue #14956: mxnet.image.imread can not correctly read jpg with orientation URL: https://github.com/apache/incubator-mxnet/issues/14956#issuecomment-502878668 ```python b = mx.img.imread("img.jpg", flag=cv2.IMREAD_GRAYSCALE) ``` in the above code

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14956: mxnet.image.imread can not correctly read jpg with orientation

2019-06-11 Thread GitBox
anirudhacharya commented on issue #14956: mxnet.image.imread can not correctly read jpg with orientation URL: https://github.com/apache/incubator-mxnet/issues/14956#issuecomment-500981903 @ksellesk this is the doc for opencv's imread -