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 Semantic FPN #94

Merged
merged 3 commits into from
Sep 3, 2020
Merged

Add Semantic FPN #94

merged 3 commits into from
Sep 3, 2020

Conversation

xvjiarui
Copy link
Collaborator

No description provided.

@xvjiarui xvjiarui requested a review from hellock August 26, 2020 07:58
@hellock
Copy link
Member

hellock commented Aug 27, 2020

This PR contains both Semantic FPN and HRFPN. Better to raise two PRs.

@codecov
Copy link

codecov bot commented Aug 31, 2020

Codecov Report

Merging #94 into master will decrease coverage by 0.52%.
The diff coverage is 66.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
- Coverage   81.97%   81.44%   -0.53%     
==========================================
  Files          76       79       +3     
  Lines        3467     3579     +112     
  Branches      529      557      +28     
==========================================
+ Hits         2842     2915      +73     
- Misses        522      557      +35     
- Partials      103      107       +4     
Flag Coverage Δ
#unittests 81.44% <66.07%> (-0.53%) ⬇️

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

Impacted Files Coverage Δ
mmseg/models/necks/fpn.py 51.89% <51.89%> (ø)
mmseg/models/__init__.py 100.00% <100.00%> (ø)
mmseg/models/decode_heads/__init__.py 100.00% <100.00%> (ø)
mmseg/models/decode_heads/fpn_head.py 100.00% <100.00%> (ø)
mmseg/models/necks/__init__.py 100.00% <100.00%> (ø)
mmseg/models/decode_heads/sep_fcn_head.py 50.00% <0.00%> (-50.00%) ⬇️
mmseg/models/segmentors/encoder_decoder.py 90.00% <0.00%> (+2.66%) ⬆️
... and 1 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 597b8a6...0d0b4b5. Read the comment docs.

@hellock hellock merged commit b8f42c7 into open-mmlab:master Sep 3, 2020
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* Add Semantic FPN

* remove HRFPN
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
* DDPM

* Fixes

* Edit tests
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