simple-faster-rcnn-pytorch icon indicating copy to clipboard operation
simple-faster-rcnn-pytorch copied to clipboard

A question about calc_detection_voc_prec_rec function in eval_tools

Open MHX1203 opened this issue 5 years ago • 1 comments
trafficstars

i' m confused about these code calc_detection_voc_prec_rec function following:

            pred_bbox_l = pred_bbox_l.copy()
            pred_bbox_l[:, 2:] += 1
            gt_bbox_l = gt_bbox_l.copy()
            gt_bbox_l[:, 2:] += 1

why x_max and y_max in bbox coordinate should plus 1

MHX1203 avatar Feb 17 '20 03:02 MHX1203

I am confused too. Did you solve it?

300LiterPropofol avatar Apr 14 '20 08:04 300LiterPropofol