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
656 stars 138 forks source link

Saving the output coordinates #32

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hello. Thank you for the work. I was wondering if there's implementation to save the 3D coordinates for video in .fbx format.

Thank You

Daniil-Osokin commented 4 years ago

Hi! There is no such thing, however you can check #28 to get where coordinates can be taken to save as you want.

ghost commented 4 years ago

Thanks ! Closing this issue.