motion_reconstruction icon indicating copy to clipboard operation
motion_reconstruction copied to clipboard

Update to OpenPose v1.7.0 Python3 TensorFlow2

Open cliarie opened this issue 3 years ago • 3 comments

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"

cliarie avatar Mar 14 '21 04:03 cliarie

You are a life saver. @cliarie

Zju-George avatar Mar 16 '21 09:03 Zju-George

So have you successfully run the code? @cliarie

Zju-George avatar Mar 16 '21 09:03 Zju-George

So have you successfully run the code? @cliarie

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

cliarie avatar Mar 17 '21 04:03 cliarie