#321 · Primary category: Computer Vision

3DMPPE_POSENET_RELEASE

3d-human-pose computer-vision deep-learning human-pose-estimation iccv2019 pytorch

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019

Project last updated:07/10/24

GitHub Stars

865

Forks

147

Contributors

2

License

MIT

Why we included this project

This is the official PyTorch release of the ICCV 2019 paper on camera distance-aware top-down 3D multi-person pose estimation. You give it a person's bounding box plus an estimate of camera distance, and it recovers the 3D skeleton for each person in a single RGB image. The repo supports training and testing on standard pose datasets like Human3.6M, MPII, and MS COCO, and it includes a quick demo script plus visualization code for inspecting 2D and 3D results. It is a solid fit for researchers reproducing the paper's findings or developers who want a clean reference when prototyping multi-person 3D pose pipelines. Note that it expects a CUDA environment, and since only the PoseNet stage is included, you supply your own person detector to produce the bounding boxes.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category