-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Replace imshow_det_bboxes visualization backend #4389
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4389 +/- ##
==========================================
+ Coverage 61.78% 62.01% +0.22%
==========================================
Files 239 241 +2
Lines 18269 18335 +66
Branches 3060 3071 +11
==========================================
+ Hits 11288 11370 +82
+ Misses 6433 6409 -24
- Partials 548 556 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@hhaAndroid How about putting the text inside the bbox? Otherwise if the bbox is on the top of the image, the text might not be shown. |
@hiyyg Doesn't seem to work very well,due to the size and the distance of the object, the y coordinate of the text is not easy to set |
@hhaAndroid Try a strategy similar to this? https://github.com/facebookresearch/detectron2/blob/master/detectron2/utils/visualizer.py#L702 |
@hiyyg Thank you,Let me see |
@hiyyg I found that it can be achieved by |
Also involves @MeowZheng to review |
Better to add a filling color for text regions. |
Replace imshow_det_bboxes visualization backend