Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snippets/markdown/image/edgetpu/python.md Opencv example code doesn't swap color to BGR2RGB #356

Open
smudger0 opened this issue Dec 18, 2023 · 0 comments

Comments

@smudger0
Copy link

The example EdgeTPU python code uses cv2.VideoCapture but doesn't convert from the default BGR format. Should the code have something like frame_rgb = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) before the classifier is called?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant