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 more models #316

Merged
merged 10 commits into from
Dec 30, 2020
Merged

Add more models #316

merged 10 commits into from
Dec 30, 2020

Conversation

xvjiarui
Copy link
Collaborator

This PR added ResNet18, ResNet18V1c, ResNet50 for FCN, DeeplabV3, DeeplabV3+, PSPNet.

@xvjiarui xvjiarui added the WIP Work in process label Dec 23, 2020
@codecov
Copy link

codecov bot commented Dec 23, 2020

Codecov Report

Merging #316 (0aa4cae) into master (feefc6a) will increase coverage by 0.78%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #316      +/-   ##
==========================================
+ Coverage   85.69%   86.47%   +0.78%     
==========================================
  Files          91       95       +4     
  Lines        4487     4761     +274     
  Branches      716      765      +49     
==========================================
+ Hits         3845     4117     +272     
- Misses        497      499       +2     
  Partials      145      145              
Flag Coverage Δ
unittests 86.47% <ø> (+0.78%) ⬆️

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

Impacted Files Coverage Δ
mmseg/models/backbones/__init__.py 100.00% <0.00%> (ø)
mmseg/models/decode_heads/__init__.py 100.00% <0.00%> (ø)
mmseg/models/decode_heads/dm_head.py 93.75% <0.00%> (ø)
mmseg/models/decode_heads/lraspp_head.py 100.00% <0.00%> (ø)
mmseg/models/backbones/mobilenet_v3.py 97.47% <0.00%> (ø)
mmseg/models/utils/se_layer.py 100.00% <0.00%> (ø)
mmseg/models/utils/inverted_residual.py 100.00% <0.00%> (+8.00%) ⬆️
mmseg/models/utils/make_divisible.py 100.00% <0.00%> (+42.85%) ⬆️

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 feefc6a...0aa4cae. Read the comment docs.

@xvjiarui xvjiarui removed the WIP Work in process label Dec 29, 2020
@hellock
Copy link
Member

hellock commented Dec 29, 2020

@xvjiarui xvjiarui merged commit 2c92136 into open-mmlab:master Dec 30, 2020
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* add more configs

* add more configs

* fixed backbone type

* fixed deeplabv3+ channels

* add r101

* update link

* change resnet18 link

* update aug test

* add inf time

* add mem
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
* up

* thanks Clau

* finish

* finish

* up
sibozhang pushed a commit to sibozhang/mmsegmentation that referenced this pull request Mar 22, 2024
* resolve comments

* update changelog

* fix omnisource cfg
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

2 participants