pyvino
pyvino copied to clipboard
predicted results depend on input image (RGB or GBR).
cv2 load image as GBR. plt and pil load image as RGB. This causes a difference in the predicted value.
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/