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] add nlc2nchw2nlc and nchw2nlc2nchw #1249

Merged
merged 3 commits into from
Mar 10, 2022

Conversation

RockeyCoss
Copy link
Contributor

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 nlc2nchw2nlc and nchw2nlc2nchw. These 2 functions can make the code of models more compact and easier to write.

Modification

add nlc2nchw2nlc and nchw2nlc2nchw

@codecov
Copy link

codecov bot commented Jan 27, 2022

Codecov Report

Merging #1249 (4ce5af2) into master (cb1bf9f) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1249      +/-   ##
==========================================
- Coverage   90.31%   90.29%   -0.02%     
==========================================
  Files         129      130       +1     
  Lines        7517     7576      +59     
  Branches     1248     1259      +11     
==========================================
+ Hits         6789     6841      +52     
- Misses        524      528       +4     
- Partials      204      207       +3     
Flag Coverage Δ
unittests 90.29% <100.00%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
mmseg/models/utils/__init__.py 100.00% <100.00%> (ø)
mmseg/models/utils/shape_convert.py 100.00% <100.00%> (ø)
mmseg/utils/__init__.py 100.00% <0.00%> (ø)
mmseg/models/decode_heads/stdc_head.py 100.00% <0.00%> (ø)
mmseg/utils/set_env.py 84.37% <0.00%> (ø)
mmseg/apis/train.py 21.33% <0.00%> (+1.61%) ⬆️

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 cb1bf9f...4ce5af2. Read the comment docs.

@MeowZheng MeowZheng merged commit 17b500f into open-mmlab:master Mar 10, 2022
mob5566 pushed a commit to mob5566/mmsegmentation that referenced this pull request Apr 13, 2022
* [Feature] add nlc2nchw2nlc and nchw2nlc2nchw

* add example

* add test, add **kwargs to make it more universal
ZhimingNJ pushed a commit to AetrexTechnology/mmsegmentation that referenced this pull request Jun 29, 2022
* [Feature] add nlc2nchw2nlc and nchw2nlc2nchw

* add example

* add test, add **kwargs to make it more universal
wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this pull request Dec 3, 2023
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.

3 participants