#398 · Primary category: Computer Vision
metrabs
Estimate absolute 3D human poses from RGB images.
Project last updated:04/22/24
GitHub Stars
593
Forks
86
Contributors
1
License
MIT
Why we included this project
MeTRAbs is built around a question most pose estimators skip: where a person's joints are in real, metric-scale 3D space, not just where they appear on a flat image. It works from ordinary RGB images, and the output carries actual distances and positions, which is what you need for motion capture, sports analysis, ergonomics, and similar work. The models load as TensorFlow SavedModels through TensorFlow Hub, and the repo includes a straightforward inference API plus Colab notebooks and demo scripts for images, video, and webcam input, so you can move from setup to running predictions quickly. Multiple skeleton conventions and camera distortion handling make it practical to integrate into an existing pipeline. The code comes from peer-reviewed research and offers backbone choices from fast mobile-friendly models to higher-accuracy ones, letting you trade speed against precision.
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)