tobiascz / VideoPose3D

Efficient 3D human pose estimation in video using 2D keypoint trajectories
Other
65 stars 17 forks source link

Hip Joint not moving in Skater Video #11

Closed InzamamAnwar closed 5 years ago

InzamamAnwar commented 5 years ago

Thank you for you hard work in developing this repo. After studying and running your code, my question is why hip joint/pelvis joint is not moving in the output video. Furthermore there seems to be no translational motion in the output. Is it due to plot technique you have used or something else?

tobiascz commented 5 years ago

The hip joint does not move in this representation. This is a very common convention for visualization of 3D human poses. To traject your 3D pose, you can use the trajectory of your input 2D pose.

InzamamAnwar commented 5 years ago

Okay thank you for your clarification.