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

Update to OpenPose v1.7.0 Python3 TensorFlow2 #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cliarie
Copy link

@cliarie cliarie commented Mar 14, 2021

fix all paths and indents
remove openpose scale and resolution so that tensorflow will not abort
changed all python2 to python3 e.g d.iteritems() to iter(d.items())
removed dictionary deletion from iteration -- deleted afterwards
updated openpose key "pos_keypoints" to "pose_keypoints_2d"

remove openpose scale and resolution so that tensorflow will not abort
changed all python2 to python3 e.g d.iteritems() to iter(d.items())
removed dictionary deletion from iteration -- deleted afterwards
updated openpose key "pos_keypoints" to "pose_keypoints_2d"
@Zju-George
Copy link

You are a life saver. @cliarie

@Zju-George
Copy link

So have you successfully run the code? @cliarie

@cliarie
Copy link
Author

cliarie commented Mar 17, 2021

So have you successfully run the code? @cliarie

Yep I ran my patch and it worked fine for me @Zju-George

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