#321 · Primary category: Computer Vision
3DMPPE_POSENET_RELEASE
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)