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 adversarial train code for human mesh estimation. #192

Merged
merged 4 commits into from
Oct 18, 2020

Conversation

zengwang430521
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Oct 14, 2020

Codecov Report

Merging #192 into master will decrease coverage by 0.36%.
The diff coverage is 34.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #192      +/-   ##
==========================================
- Coverage   83.10%   82.73%   -0.37%     
==========================================
  Files         103      104       +1     
  Lines        6042     6083      +41     
  Branches      977      983       +6     
==========================================
+ Hits         5021     5033      +12     
- Misses        831      859      +28     
- Partials      190      191       +1     
Flag Coverage Δ
#unittests 82.73% <34.42%> (-0.37%) ⬇️

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

Impacted Files Coverage Δ
mmpose/datasets/datasets/mesh/mesh_h36m_dataset.py 22.41% <16.66%> (-1.67%) ⬇️
mmpose/apis/train.py 17.02% <18.75%> (-0.06%) ⬇️
mmpose/core/distributed_wrapper.py 37.14% <37.14%> (ø)
mmpose/core/optimizer/builder.py 100.00% <100.00%> (ø)
mmpose/datasets/datasets/mesh/mesh_adv_dataset.py 94.11% <100.00%> (ø)
mmpose/datasets/builder.py 52.50% <0.00%> (+5.00%) ⬆️

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 fe3d64d...a27abbf. Read the comment docs.

@jin-s13 jin-s13 requested a review from innerlee October 17, 2020 07:12
mmpose/apis/train.py Outdated Show resolved Hide resolved
@innerlee
Copy link
Contributor

btw change these lines of code https://github.com/open-mmlab/mmpose/blob/master/mmpose/core/optimizer/builder.py#L45-L49 to

if all(isinstance(v, dict) for v in cfgs.values()):

@innerlee innerlee merged commit 695aedb into master Oct 18, 2020
@zengwang430521 zengwang430521 deleted the human_mesh_train branch October 22, 2020 18:15
rollingman1 pushed a commit to rollingman1/mmpose that referenced this pull request Nov 5, 2021
shuheilocale pushed a commit to shuheilocale/mmpose that referenced this pull request May 6, 2023
* Add adversarial train code for human mesh estimation.

* Update h36m dataset to match new version.

* replace build_optimizer with build_optimizers.

* modify build_optimizers
HAOCHENYE added a commit to HAOCHENYE/mmpose that referenced this pull request Jun 27, 2023
…r explicitly (open-mmlab#192)

* add import error information

* Update config with newest mmcv

* add empty line to test config
ajgrafton pushed a commit to ajgrafton/mmpose that referenced this pull request Mar 6, 2024
* Add adversarial train code for human mesh estimation.

* Update h36m dataset to match new version.

* replace build_optimizer with build_optimizers.

* modify build_optimizers
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