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

Batched demo & several compatibility fixes #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lotayou
Copy link

@Lotayou Lotayou commented Aug 20, 2019

Hi akanazawa, thanks for the great work. I created a batched demo version that loops over an image folder, hope you find it useful.

In addition, two bugs are fixed:

  • In src/tf_smpl/batch_smpl.py, fixed pickle encoding parameter error for Python 2 compatibility.
  • In src/util/openpose.py, provide support for openpose v1.2+ compatiblity.

To validate my pull request, you can run

python -m demo_batch --img_path data/small --json_path data/small_keypoints_18 --result_path results

Note: tqdm is required for monitoring progress.

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.

2 participants