-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 datasets for human mesh #159
Conversation
Codecov Report
@@ Coverage Diff @@
## master #159 +/- ##
==========================================
- Coverage 82.53% 82.18% -0.35%
==========================================
Files 91 97 +6
Lines 5358 5573 +215
Branches 911 929 +18
==========================================
+ Hits 4422 4580 +158
- Misses 772 823 +51
- Partials 164 170 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
The merge path is a little bit complex, could you simplify it? Currently:
and This will make things very hard to manage. Pls try to pr against master. e.g. if The other way, namely everything merges into |
need to rebase master |
11c2ba4
to
988a822
Compare
e417ef1
to
a21cea1
Compare
3e91f83
to
525a959
Compare
need a following pr to update readme & changelog |
* Add datasets for human mesh estimation. Add test code and test data. * fix a little bug in mesh_mix_dataset.py
* Add datasets for human mesh estimation. Add test code and test data. * fix a little bug in mesh_mix_dataset.py
Rebase from new master branch.
Add the codes of datasets for human mesh estimation.
Add test codes and test data.