xianmie
Results
3
comments of
xianmie
Did you fix this problem? I met the same problem
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)...
请问你解决了吗