You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When runnig detect.py with an input image, you read the image with PIL which reads the image in RGB format. However, when running detect.py with a video, you read the video with cv2 which reads the frame in BGR format. Which one is the correct format? I think BGR is the correct one because it performs better.
The text was updated successfully, but these errors were encountered:
When runnig detect.py with an input image, you read the image with PIL which reads the image in RGB format. However, when running detect.py with a video, you read the video with cv2 which reads the frame in BGR format. Which one is the correct format? I think BGR is the correct one because it performs better.
The text was updated successfully, but these errors were encountered: