-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Feaute]support spconv2.0 #1421
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1421 +/- ##
==========================================
- Coverage 50.86% 50.74% -0.12%
==========================================
Files 217 219 +2
Lines 18567 18655 +88
Branches 3031 3053 +22
==========================================
+ Hits 9444 9467 +23
- Misses 8555 8617 +62
- Partials 568 571 +3
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.
Just need to fix minor comments.
seems we need to add unittest to ensure the coverage rate. |
…o support_spconv2.0
@VVsssssk, I have one question after training with the spconv2. If we use the |
Motivation
Support spconv2.0 in mmdet3d dev branch. If the user installed spconv2.0, the code would use spconv2.0 first. And if spconv2.0 is not installed, the code will use mmcv's spconv op.
BC-breaking (Optional)
.
Checklist