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

Unused vars. #260

Merged
merged 1 commit into from
Nov 9, 2020
Merged

Unused vars. #260

merged 1 commit into from
Nov 9, 2020

Conversation

yaochaorui
Copy link
Contributor

@yaochaorui yaochaorui commented Nov 9, 2020

Fix #236

@codecov
Copy link

codecov bot commented Nov 9, 2020

Codecov Report

Merging #260 (d486191) into master (37bc3f9) will decrease coverage by 0.09%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #260      +/-   ##
==========================================
- Coverage   83.05%   82.96%   -0.10%     
==========================================
  Files         112      112              
  Lines        6456     6456              
  Branches     1029     1029              
==========================================
- Hits         5362     5356       -6     
- Misses        901      905       +4     
- Partials      193      195       +2     
Flag Coverage Δ
unittests 82.96% <88.88%> (-0.07%) ⬇️

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

Impacted Files Coverage Δ
...s/datasets/top_down/topdown_posetrack18_dataset.py 34.07% <0.00%> (ø)
mmpose/models/detectors/bottom_up.py 64.06% <0.00%> (ø)
mmpose/core/post_processing/group.py 84.61% <100.00%> (ø)
mmpose/datasets/pipelines/bottom_up_transform.py 89.95% <100.00%> (ø)
mmpose/models/backbones/hrnet.py 89.18% <100.00%> (ø)
mmpose/models/backbones/resnet.py 100.00% <100.00%> (ø)
mmpose/models/detectors/top_down.py 77.91% <100.00%> (ø)
...keypoint_heads/bottom_up_higher_resolution_head.py 100.00% <100.00%> (ø)
...ose/models/keypoint_heads/bottom_up_simple_head.py 76.71% <100.00%> (ø)
...models/keypoint_heads/top_down_multi_stage_head.py 100.00% <100.00%> (ø)
... and 6 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 37bc3f9...0e52058. Read the comment docs.

@innerlee innerlee merged commit a9755b3 into master Nov 9, 2020
@innerlee innerlee deleted the ycr/W0612 branch November 12, 2020 12:32
wusize pushed a commit that referenced this pull request Nov 13, 2020
wusize pushed a commit that referenced this pull request Nov 13, 2020
shuheilocale pushed a commit to shuheilocale/mmpose that referenced this pull request May 6, 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.

Pylint: W0612
2 participants