[Fix] Add missing contiguous calls for nms_rotated (#2547)
Addresses issue https://github.com/open-mmlab/mmcv/issues/2542 For nms_rotated_cuda only adds contiguous call to dets_sorted which is accessed directly. For nms_rotated_cpu the implementation now matches what's in the detectron2 repo.
Showing
Please register or sign in to comment