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

modify the color of the detection box #199

Open
Rock-L21 opened this issue Apr 23, 2021 · 2 comments
Open

modify the color of the detection box #199

Rock-L21 opened this issue Apr 23, 2021 · 2 comments

Comments

@Rock-L21
Copy link

What should I do if I want to modify the color of the detection box in the demo.py output image?

@SamSamhuns
Copy link

The author has disabled the color parameter in the draw_boxes function from their Vizer library if you check here
I'd say create your own function to draw the bounding boxes which should be pretty straightforward or use the _draw_single_box function from the vizer library to iterate through the boxes and use custom colors

@Rock-L21
Copy link
Author

The author has disabled the color parameter in the draw_boxes function from their Vizer library if you check here
I'd say create your own function to draw the bounding boxes which should be pretty straightforward or use the _draw_single_box function from the vizer library to iterate through the boxes and use custom colors

Thank you very much!

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

2 participants