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

Support ResNeSt backbone #47

Merged
merged 8 commits into from
Aug 16, 2020
Merged

Support ResNeSt backbone #47

merged 8 commits into from
Aug 16, 2020

Conversation

xvjiarui
Copy link
Collaborator

@xvjiarui xvjiarui commented Aug 4, 2020

No description provided.

@xvjiarui xvjiarui added the WIP Work in process label Aug 4, 2020
@codecov
Copy link

codecov bot commented Aug 4, 2020

Codecov Report

Merging #47 into master will decrease coverage by 0.00%.
The diff coverage is 80.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   81.41%   81.40%   -0.01%     
==========================================
  Files          71       73       +2     
  Lines        3158     3324     +166     
  Branches      493      515      +22     
==========================================
+ Hits         2571     2706     +135     
- Misses        497      517      +20     
- Partials       90      101      +11     
Flag Coverage Δ
#unittests 81.40% <80.41%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
mmseg/models/decode_heads/decode_head.py 91.66% <0.00%> (ø)
mmseg/utils/collect_env.py 21.15% <50.00%> (ø)
mmseg/version.py 58.33% <58.33%> (ø)
mmseg/models/segmentors/encoder_decoder.py 88.59% <62.50%> (-1.83%) ⬇️
mmseg/__init__.py 73.68% <73.68%> (-26.32%) ⬇️
mmseg/models/backbones/resnest.py 83.72% <83.72%> (ø)
mmseg/core/seg/sampler/ohem_pixel_sampler.py 94.59% <90.00%> (+0.65%) ⬆️
mmseg/models/backbones/__init__.py 100.00% <100.00%> (ø)
mmseg/models/utils/res_layer.py 100.00% <100.00%> (ø)
... and 2 more

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 2b801de...1da62ad. Read the comment docs.

@xvjiarui xvjiarui removed the WIP Work in process label Aug 10, 2020
@xvjiarui xvjiarui requested a review from hellock August 10, 2020 03:20
@hellock hellock mentioned this pull request Aug 10, 2020
6 tasks
@hellock hellock merged commit d948406 into open-mmlab:master Aug 16, 2020
johnzja pushed a commit to johnzja/mmsegmentation that referenced this pull request Aug 19, 2020
* Support ResNeSt backbone

* fixed avg_down

* add docstring and test

* update table

* update docs and tests

* fixed test

* rename

* refactor splits
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* Support ResNeSt backbone

* fixed avg_down

* add docstring and test

* update table

* update docs and tests

* fixed test

* rename

* refactor splits
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.

2 participants