facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
29.3k stars 7.32k forks source link

printing label name and bbox coordinates of predicted images #5282

Closed rabion1234 closed 1 month ago

rabion1234 commented 1 month ago

i want to print my detected object name and it's bbox coordinates. Is there any way to do it? i am getting my image predicted successfully.