SysCV / cascade-detr

[ICCV'23] Cascade-DETR: Delving into High-Quality Universal Object Detection
https://arxiv.org/abs/2307.11035
Apache License 2.0
93 stars 4 forks source link

Question about Figure 5 in the paper #6

Open Iranb opened 10 months ago

Iranb commented 10 months ago

In the caption of Figure 5, you said "We then compute the IoU with ground truth for each prediction and show a cumulative average of IoU." How is the correspondence between the predicted bounding box and ground truth determined?

Suppose that we got 50 box predictions from the input image and 10 GT boxes, how do I determine the ground truth box for each box?