-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 box_iou_rotated, ml_nms_rotated and nms_rotated #625
Conversation
Codecov Report
@@ Coverage Diff @@
## master #625 +/- ##
==========================================
+ Coverage 64.61% 64.84% +0.22%
==========================================
Files 134 135 +1
Lines 7672 7830 +158
Branches 1358 1387 +29
==========================================
+ Hits 4957 5077 +120
- Misses 2459 2488 +29
- Partials 256 265 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add necessary docstrings to the ops
Please kindly sign the CLA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed earlier, multi_label
can be safely deleted for the purpose of clearer code structure in cuda files.
ok啦 @Johnson-Wang |
add box_iou_rotated, ml_nms_rotated and nms_rotated ops for pytorch and parrots.