#201 · Primary category: Computer Vision
SAM3DBody-cpp
Real-time 3D full-body reconstruction from a single camera, Multiperson BVH output, Pure C++ runtime, ONNX + ggml, 70-joint skeleton with hands.
Project last updated:08/18/26
GitHub Stars
640
Forks
92
Contributors
1
License
MIT
Why we included this project
Most single-camera pose estimators stop at 2D keypoints, but this one goes further: it regresses full-body pose parameters straight from image features, with no depth sensor, floor plane, or stereo rig in the loop, then runs linear blend skinning to output a 3D mesh and a 70-joint skeleton that includes hands. The multi-person BVH export is what makes it interesting for animation work. It writes a standard motion-capture file per detected person, keeps identities stable across frames with an IoU tracker, and resizes each file's joint offsets to the actor's measured bone lengths, so the result drops straight into Blender or other DCC tools. The runtime is pure C++ on ONNX Runtime and ggml, so production systems can embed it without a Python dependency, though the bundled Python frontends and CSV keypoint exporter make prototyping easy. Real-time throughput assumes a CUDA GPU; on CPU-only machines it is better suited to single images or low-frequency processing.
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)