akanazawa / motion_reconstruction

Motion Reconstruction Code and Data for Skills from Videos (SFV)
BSD 3-Clause "New" or "Revised" License
313 stars 70 forks source link

Update to OpenPose v1.7.0 Python3 TensorFlow2 #15

Open cliarie opened 3 years ago

cliarie commented 3 years ago

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"

Zju-George commented 3 years ago

You are a life saver. @cliarie

Zju-George commented 3 years ago

So have you successfully run the code? @cliarie

cliarie commented 3 years ago

So have you successfully run the code? @cliarie

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