#372 · Primary category: Computer Vision
3d-pose-baseline
A simple baseline for 3d human pose estimation in tensorflow. Presented at ICCV 17.
Project last updated:09/26/20
GitHub Stars
1.5K
Forks
357
Contributors
5
License
MIT
Why we included this project
This is the code behind the ICCV 2017 paper that made the case for a simple baseline in 3D human pose estimation. The model takes 2D joint coordinates and lifts them into 3D positions, and it is deliberately compact so you can read the whole thing instead of wrestling with a large framework. Training on Human3.6M is straightforward: download the data, run the training script, and you can visualize results within a single epoch. That clarity makes it useful both as a benchmark for comparing newer pose-estimation work and as a teaching example of the regression-style approach later systems build on. One caveat: it relies on TensorFlow 1.x APIs and expects ground-truth 2D detections, so treat it as a research reference rather than a production pipeline.
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)