zhanggang001 / HEDNet

HEDNet (NeurIPS 2023) & SAFDNet (CVPR 2024 Oral)
Apache License 2.0
88 stars 7 forks source link

What is representation for 'iou' in the dense head prediction value? #6

Closed qifeng22 closed 1 month ago

qifeng22 commented 3 months ago

In the prediction head, the box encode in center(x,y), enter_z(z), dim(l,w,h), rot(sina,cosa). What iou representation? @zhanggang001

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

zhanggang001 commented 1 month ago

What iou representation

The IoU indicates the iou between the predicted boxes and ground truth boxes. It is a common strategy used in object detection.