-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add init_cfg for dense heads. #37
Conversation
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.
Pretty works! Thank you so much!
LGTM
Codecov Report
@@ Coverage Diff @@
## main #37 +/- ##
==========================================
+ Coverage 28.91% 29.01% +0.09%
==========================================
Files 97 97
Lines 6477 6442 -35
Branches 970 964 -6
==========================================
- Hits 1873 1869 -4
+ Misses 4540 4509 -31
Partials 64 64
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Add init_cfg for dense heads to prevent multiple initialization.
switch back to orginal pycocotools, pycocotools-windows didn't support python 3.9.
Modification
Add init_cfg for dense heads.
switch back to original pycocotools on Windows
BC-breaking (Optional)
Does the modification introduce changes that break the back-compatibility of the downstream repos?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist