Dmitry Kurtaev

Results 135 comments of Dmitry Kurtaev

@tango4j , friendly reminder. Maybe I can run some tests on my side?

Do you observe the same problem with OpenVINO 2023 release?

That will add incompatibility between OpenCV 5 and older code. I'd rather expect adding a flag for [imread](https://docs.opencv.org/4.x/d8/d6a/group__imgcodecs__flags.html#ga61d9b0126a3e57d9277ac48327799c80): `IMREAD_COLOR_RGB`.

@fengyuentau, that's definitely 3D issue with last dimension used as channels. The data layout should be fine. Probably, we can make a fix in C++ version of `setInput` which changes...