xianmie

Results 3 comments of xianmie

I have solve it! Just find the file "nms_rotated.py" and replace the code in line 44 ` box_inds = ext_module.nms_rotated(_boxes, _scores, order, dets_sorted, iou_threshold, 0)` with ` labels = torch.ones_like(_scores)...