IDEA-Research / detrex

detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks.
https://detrex.readthedocs.io/en/latest/
Apache License 2.0
1.92k stars 202 forks source link

Why is maskDINO's bunding box the smallest outer rectangle of multiple objects? #296

Open Joyako opened 11 months ago

Joyako commented 11 months ago

Hi, I found this line of instances.gt_boxes = masks.get_bounding_boxes() gets the smallest outer rectangle. If the current mask has multiple objects, will it affect the experiment results