-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support 3D pose estimation #35
Comments
Hi @tucan9389 how about using ARKit's 3D motion tracking: https://developer.apple.com/documentation/arkit/capturing_body_motion_in_3d ? Or do you think your proposed 3D pose estimation is more accurate? |
@sebo361
|
@tucan9389 Maybe I should setup a project to compare ARKit's 3D motion tracking with your proposed CoreML 3D pose estimation. |
@sebo361 |
https://github.com/tucan9389/PoseEstimation-TFLiteSwift Here is 3D pose estimation demo by using TFLiteSwift. I implemented softargmax with pure Swift and Accelerate framework. In Numpy or Pytorch(or TF), there support dimension summation to use easily, but in swift there is no softargmax function in multi-dimension matrix(tensor). So the implementation of softargmax is a little bit hard. |
lightweight-human-pose-estimation-3d-demo.pytorch
repo: https://github.com/Daniil-Osokin/lightweight-human-pose-estimation-3d-demo.pytorch
Models
Metadata
Parsing Reference
The text was updated successfully, but these errors were encountered: