Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing contiguous calls for nms_rotated #2547

Merged
merged 1 commit into from
Feb 1, 2023

Commits on Jan 12, 2023

  1. Add missing contiguous calls for nms_rotated

    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.
    allanzelener committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    cd4280a View commit details
    Browse the repository at this point in the history