Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Add missing contiguous calls for nms_rotated (open-mmlab#2547)
Addresses issue open-mmlab#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.
- Loading branch information