## lightweight-human-pose-estimation-3d-demo.pytorch repo: https://github.com/Daniil-Osokin/lightweight-human-pose-estimation-3d-demo.pytorch ### Models - pytorch model: [human-pose-estimation-3d.pth.zip](https://github.com/tucan9389/PoseEstimation-CoreML/files/5009665/human-pose-estimation-3d.pth.zip) - onnx model: [human-pose-estimation-3d.onnx.zip](https://github.com/tucan9389/PoseEstimation-CoreML/files/5009667/human-pose-estimation-3d.onnx.zip) - mlmodel: [human-pose-estimation-3d.mlmodel.zip](https://github.com/tucan9389/PoseEstimation-CoreML/files/5009664/human-pose-estimation-3d.mlmodel.zip) ### Metadata <img src="https://user-images.githubusercontent.com/37643248/89092224-ccccc000-d3ea-11ea-8e2b-992614ba8646.png" width=400px>  - input: a 256x448 color image - outputs: - features: - heatmaps: - pafs: ### Parsing Reference - https://github.com/Daniil-Osokin/lightweight-human-pose-estimation-3d-demo.pytorch/blob/master/modules/parse_poses.py - https://github.com/Daniil-Osokin/lightweight-human-pose-estimation-3d-demo.pytorch/blob/master/modules/legacy_pose_extractor.py
lightweight-human-pose-estimation-3d-demo.pytorch
repo: https://github.com/Daniil-Osokin/lightweight-human-pose-estimation-3d-demo.pytorch
Models
Metadata
Parsing Reference