-
由 songzhangzhang 提交于
predict_image() requires that the image is RGB format, but VideoCapture.read() returns BGR image, so we need to convert the frame to RGB format.
c7fc1473
predict_image() requires that the image is RGB format, but VideoCapture.read() returns BGR image, so we need to convert the frame to RGB format.