vegesm / pose_refinement

MIT License
45 stars 6 forks source link

How to visualize the output.pkl after video inference? #5

Closed Frank-Dz closed 1 year ago

Frank-Dz commented 3 years ago

How to visualize the output.pkl after video inference?

vegesm commented 3 years ago

I've added the util/viz.py file that lets you draw 3D plots of skeletons via the show3Dpose functions. It is per-frame only though, does not handle videos.

Frank-Dz commented 3 years ago

I've added the util/viz.py file that lets you draw 3D plots of skeletons via the show3Dpose functions. It is per-frame only though, does not handle videos.

It helps me a lot thanks!