pyvino icon indicating copy to clipboard operation
pyvino copied to clipboard

predicted results depend on input image (RGB or GBR).

Open hampen2929 opened this issue 5 years ago • 1 comments

cv2 load image as GBR. plt and pil load image as RGB. This causes a difference in the predicted value.

hampen2929 avatar Aug 17 '19 09:08 hampen2929

cv2 load image as GBR.

I think OpenCV adopts BGR color format, not GBR

c.f. https://note.nkmk.me/en/python-opencv-bgr-rgb-cvtcolor/

terasakisatoshi avatar Jan 19 '20 10:01 terasakisatoshi