Porting this (https://github.com/facebookresearch/VideoPose3D) 3D human pose estimation model into Android for inference in the wild (on live video in real time). My goal is to use TfLite Posenet to get the 2D human keypoints and then feed them into the 3D model. Using PyTorch.
Stars
15
Forks
4
Watchers
15
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
59
commits
optimizations: fusing conv,batchnorm layers, using torch optimize_for_mobile, reusing input tensor
6e40e76View on GitHub