sshaoshuai / PointRCNN

PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud, CVPR 2019.
MIT License
1.7k stars 425 forks source link

Is the computation of "total bbox recall" not based on the detected 3d boxes? #180

Open zyqdragon opened 3 years ago

zyqdragon commented 3 years ago

The computation of "total bbox recall" is based on the "total_roi_recalled_bbox_list" signal which is obtained by comparing the "roi_boxes3d" with the "cur_gt_boxes3d". The "cur_gt_boxes3d" signal is from the ground truth boxes. So the "total_roi_recalled_bbox_list" can't be obtained only by the detected 3d boxes. Does anyone have the same question?