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

add unet #161

Merged
merged 24 commits into from
Oct 21, 2020
Merged

add unet #161

merged 24 commits into from
Oct 21, 2020

Conversation

Junjun2016
Copy link
Collaborator

add unet

@CLAassistant
Copy link

CLAassistant commented Sep 26, 2020

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Sep 27, 2020

Codecov Report

Merging #161 into master will increase coverage by 0.44%.
The diff coverage is 96.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #161      +/-   ##
==========================================
+ Coverage   83.20%   83.64%   +0.44%     
==========================================
  Files          83       85       +2     
  Lines        3924     4061     +137     
  Branches      619      643      +24     
==========================================
+ Hits         3265     3397     +132     
- Misses        522      525       +3     
- Partials      137      139       +2     
Flag Coverage Δ
#unittests 83.64% <96.35%> (+0.44%) ⬆️

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

Impacted Files Coverage Δ
mmseg/models/backbones/unet.py 95.76% <95.76%> (ø)
mmseg/models/backbones/__init__.py 100.00% <100.00%> (ø)
mmseg/models/utils/__init__.py 100.00% <100.00%> (ø)
mmseg/models/utils/up_conv_block.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 5a76a71...866242d. Read the comment docs.

@hellock
Copy link
Member

hellock commented Sep 30, 2020

Task linked: CU-4fp4hc UNet 模型

Junjun2016 and others added 4 commits October 16, 2020 09:01
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
@xvjiarui xvjiarui requested a review from hellock October 19, 2020 06:37
return out


@UPSAMPLE_LAYERS.register_module(name='deconv_up2x')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may support 2x, 4x.

return out


@UPSAMPLE_LAYERS.register_module(name='interp_up')
Copy link
Collaborator

@xvjiarui xvjiarui Oct 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@UPSAMPLE_LAYERS.register_module(name='interp_up')
@UPSAMPLE_LAYERS.register_module()

@xvjiarui xvjiarui merged commit 651da35 into open-mmlab:master Oct 21, 2020
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* add unet

* add unet

* add unet

* update test_unet

* update test_unet

* update test_unet

* update test_unet

* fix bugs

* add init method for unet

* add test of UNet init_weights method

* add registry

* merge upsample

* fix test

* Update mmseg/models/backbones/unet.py

Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>

* Update mmseg/models/backbones/unet.py

Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>

* split UpConvBlock from UNet

* use reversed

* rename upsample module

* rename upsample module

* rename upsample module

* rename upsample module

Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
@OpenMMLab-Assistant003
Copy link

Hi @Junjun2016!First of all, we want to express our gratitude for your significant PR in the MMSegmentation 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❤ @Junjun2016

wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this pull request Dec 3, 2023
* Add the function to bulid optimizers for sub-models in a model. This function is used in adversarial training. The function is copied from mmediting.

* Drop some notice.
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.

5 participants