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 resnest and vgg backbone #370

Merged
merged 5 commits into from
Dec 24, 2020
Merged

add resnest and vgg backbone #370

merged 5 commits into from
Dec 24, 2020

Conversation

jin-s13
Copy link
Collaborator

@jin-s13 jin-s13 commented Dec 18, 2020

The codes are from MMClassification.

@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

Merging #370 (556768c) into master (b90aa3a) will increase coverage by 0.13%.
The diff coverage is 88.62%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #370      +/-   ##
==========================================
+ Coverage   81.62%   81.76%   +0.13%     
==========================================
  Files         116      118       +2     
  Lines        7555     7766     +211     
  Branches     1208     1240      +32     
==========================================
+ Hits         6167     6350     +183     
- Misses       1143     1162      +19     
- Partials      245      254       +9     
Flag Coverage Δ
unittests 81.76% <88.62%> (+0.13%) ⬆️

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

Impacted Files Coverage Δ
mmpose/models/backbones/vgg.py 86.31% <86.31%> (ø)
mmpose/models/backbones/resnest.py 90.35% <90.35%> (ø)
mmpose/models/backbones/__init__.py 100.00% <100.00%> (ø)
mmpose/datasets/pipelines/top_down_transform.py 58.88% <0.00%> (-1.32%) ⬇️

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 b90aa3a...556768c. Read the comment docs.

@innerlee
Copy link
Contributor

Did you run some configs containing them, for the sake of sanity check?

@jin-s13
Copy link
Collaborator Author

jin-s13 commented Dec 18, 2020

Not yet. Will add some related config files and checkpoints later.

@innerlee
Copy link
Contributor

Also update repo's README

@innerlee innerlee merged commit 8bf3eeb into master Dec 24, 2020
@innerlee innerlee deleted the resnest_vgg branch December 24, 2020 05:36
shuheilocale pushed a commit to shuheilocale/mmpose that referenced this pull request May 6, 2023
HAOCHENYE added a commit to HAOCHENYE/mmpose that referenced this pull request Jun 27, 2023
ajgrafton pushed a commit to ajgrafton/mmpose that referenced this pull request Mar 6, 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.

None yet

2 participants