Skip to content

Update to OpenPose v1.7.0 Python3 TensorFlow2#15

Open
cliarie wants to merge 2 commits into
akanazawa:masterfrom
cliarie:master
Open

Update to OpenPose v1.7.0 Python3 TensorFlow2#15
cliarie wants to merge 2 commits into
akanazawa:masterfrom
cliarie:master

Conversation

@cliarie

@cliarie cliarie commented Mar 14, 2021

Copy link
Copy Markdown

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"
@sxhzju

sxhzju commented Mar 16, 2021

Copy link
Copy Markdown

You are a life saver. @cliarie

@sxhzju

sxhzju commented Mar 16, 2021

Copy link
Copy Markdown

So have you successfully run the code? @cliarie

@cliarie

cliarie commented Mar 17, 2021

Copy link
Copy Markdown
Author

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