Skip to content
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

[Feature] Support EMANet #34

Merged
merged 14 commits into from
Sep 7, 2020
Merged

[Feature] Support EMANet #34

merged 14 commits into from
Sep 7, 2020

Conversation

XiaLiPKU
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jul 25, 2020

Codecov Report

Merging #34 into master will increase coverage by 0.05%.
The diff coverage is 82.74%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   81.34%   81.40%   +0.05%     
==========================================
  Files          79       82       +3     
  Lines        3597     3791     +194     
  Branches      565      598      +33     
==========================================
+ Hits         2926     3086     +160     
- Misses        560      580      +20     
- Partials      111      125      +14     
Flag Coverage Δ
#unittests 81.40% <82.74%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmseg/models/utils/make_divisible.py 57.14% <57.14%> (ø)
mmseg/models/backbones/mobilenet_v2.py 76.85% <76.85%> (ø)
mmseg/models/decode_heads/ema_head.py 92.10% <92.10%> (ø)
mmseg/__init__.py 73.68% <100.00%> (ø)
mmseg/models/backbones/__init__.py 100.00% <100.00%> (ø)
mmseg/models/decode_heads/__init__.py 100.00% <100.00%> (ø)
mmseg/models/utils/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c6dd9e...1034ee9. Read the comment docs.

@xvjiarui xvjiarui self-requested a review July 26, 2020 16:44
@xvjiarui xvjiarui added the WIP Work in process label Jul 26, 2020
@xvjiarui xvjiarui changed the title add emanet [Feature] Support EMANet Sep 6, 2020
@xvjiarui xvjiarui removed the WIP Work in process label Sep 6, 2020
@hellock hellock merged commit dbca8b4 into open-mmlab:master Sep 7, 2020
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* add emanet

* fixed bug and typos

* add emanet config

* fixed padding

* fixed identity

* rename

* rename

* add concat_input

* fallback to update last

* Fixed concat

* update EMANet

* Add tests

* remove self-implement norm

Co-authored-by: Jiarui XU <[email protected]>
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
@OpenMMLab-Assistant-007
Copy link

Hi!
@XiaLiPKU
First of all, we want to express our gratitude for your significant PR in the OpenMMLab project. Your contribution is highly appreciated, and we are grateful for your efforts in helping improve this open-source project during your personal time. We believe that many developers will benefit from your PR.

We would also like to invite you to join our Special Interest Group (SIG) private channel on Discord, where you can share your experiences, ideas, and build connections with like-minded peers. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/UjgXkPWNqA

If you have WeChat account,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:)
Thank you again for your contribution❤

wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this pull request Dec 3, 2023
sibozhang pushed a commit to sibozhang/mmsegmentation that referenced this pull request Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants