yolo2 icon indicating copy to clipboard operation
yolo2 copied to clipboard

data_util.py中convert_ground_truth函数的intersect_min和intersect_max算错了吧

Open nmxnql opened this issue 6 years ago • 0 comments

intersect_min = np.minimum(box_min, anchors_min) intersect_max = np.maximum(box_max, anchors_max) 这两句中的取极值写反了吧

nmxnql avatar Sep 25 '18 03:09 nmxnql