sglvladi/TensorFlowObjectDetectionTutorial

Webcam example may require a conversion BGR to RGB

apicquot opened this issue · 1 comments

cv2 convention is BGR and tensorlfow is RGB

After cap.read(), I added

image_np=cv2.cvtColor(image_np,cv2.COLOR_BGR2RGB)

Amazing tutorial, thank you very much

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.