-
Notifications
You must be signed in to change notification settings - Fork 597
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
Unify model initialization #235
Conversation
Codecov Report
@@ Coverage Diff @@
## master #235 +/- ##
==========================================
- Coverage 69.62% 68.56% -1.07%
==========================================
Files 87 87
Lines 4563 4542 -21
Branches 887 885 -2
==========================================
- Hits 3177 3114 -63
- Misses 1091 1146 +55
+ Partials 295 282 -13
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Refactoring model initialization methods based MMCV. For more information, please refer to open-mmlab/mmcv#780 and open-mmlab/mmdet#4750