Daniil-Osokin / lightweight-human-pose-estimation-3d-demo.pytorch

Real-time 3D multi-person pose estimation demo in PyTorch. OpenVINO backend can be used for fast inference on CPU.
Apache License 2.0
653 stars 137 forks source link

Smoothing skeleton jitter not working! #66

Closed ArkarPhyo1310 closed 3 years ago

ArkarPhyo1310 commented 3 years ago

Thanks for your amazing project.

Smoothing from neighbor repository is not working in this demo. I had tried this code. Still no luck!

Daniil-Osokin commented 3 years ago

Hi! What are you want to achieve? As you see, that code works in the neighbor repository. So did not get your problem.

ArkarPhyo1310 commented 3 years ago

I want to smooth skeletons in this repository for 2d pose.

Daniil-Osokin commented 3 years ago

Does smoothing work for you in the neighbor repository? If it works there, looks like you have missed something in your implementation. You can print out keypoints coordinates before and after smoothing to check what is going on.

Daniil-Osokin commented 3 years ago

Hope, it is clear now.