-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Fix] fix bbox_color in Det3DLocalVisualizer #2729
[Fix] fix bbox_color in Det3DLocalVisualizer #2729
Conversation
This reverts commit b05805f.
Hi @Maciejeg, We'd like to express our appreciation for your valuable contributions to the mmdetection3d. Your efforts have significantly aided in enhancing the project's quality. If you're on WeChat, we'd also love for you to join our community there. Just add our assistant using the WeChat ID: openmmlabwx. When sending the friend request, remember to include the remark "mmsig + Github ID". Thanks again for your awesome contribution, and we're excited to have you as part of our community! |
Codecov ReportAttention:
📢 Thoughts on this report? Let us know!. |
Supporting assigning color for each box can be well applied to the need that assigning the color of each box according to its category. |
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Examples like this are not working because of a bug.
Error trace:
Modification
Add code that determines whether to use a single color for all bounding boxes or force the user to specify a color for each bbox.
BC-breaking (Optional)
Use cases (Optional)
Checklist