-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[Feature] Add model ensemble tools #2218
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
Conversation
d700d05
to
077517f
Compare
Codecov ReportBase: 89.09% // Head: 88.97% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2218 +/- ##
==========================================
- Coverage 89.09% 88.97% -0.12%
==========================================
Files 145 145
Lines 8721 8735 +14
Branches 1472 1473 +1
==========================================
+ Hits 7770 7772 +2
- Misses 708 720 +12
Partials 243 243
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View 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.
It looks good to me.
There is the last requirement that please add instructions in https://github.com/open-mmlab/mmsegmentation/blob/master/docs/en/useful_tools.md
and its Chinese version
https://github.com/open-mmlab/mmsegmentation/blob/master/docs/zh_cn/useful_tools.md
Thanks your help, I have added the zh_cn and en instruction in |
zhijiejia,您好!您在MMSeg项目中给我们提的PR非常重要,感谢您付出私人时间帮助改进开源项目,相信很多开发者会从你的PR中受益。 |
* [Feature] Add model ensemble tool * [Enhance] Add en and zh_cn instructions for model_ensemble * [Enhance] Add default-value for --out and modify instruction * [Enhance] Add arg-type for --out * [Enhance] Delete redundant code
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
Convenient segmentation probability ensemble of multiple models
Modification
Added
model_ensemble.py
files, addedaug_test_logits
andsimple_test_logits
functions, inmmseg/models/segmentors/encoder_decoder.py
BC-breaking (Optional)
Use cases (Optional)
Checklist