Analysis updated 2026-05-18
Reconstruct a full body, face, and hand 3D mesh from a single photo or video frame
Build an avatar creation or virtual try-on pipeline that needs accurate 3D body shape
Run real-time motion capture from a single camera using pixel-aligned mesh recovery
| pixel-talk/pear | feder-cr/invisible_playwright | minimax-ai/msa | |
|---|---|---|---|
| Stars | 257 | 258 | 258 |
| Language | Python | Python | Python |
| Setup difficulty | hard | moderate | — |
| Complexity | 5/5 | 3/5 | — |
| Audience | researcher | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires downloading separate SMPL, SMPLX, and FLAME model files from their own research sites plus a compatible GPU.
PEAR is a research project that reconstructs a detailed 3D model of a human body, including the face and hands, from a single photo or video frame. Creating an accurate 3D human mesh, a digital wireframe of a person's body, face, and hands together, has traditionally been slow or required multiple cameras. PEAR does it in real time, at 100 frames per second, from one image, and the accompanying paper is set to appear at SIGGRAPH 2026, a major computer graphics research conference. The way it works is by taking a 2D image and predicting the parameters of standard 3D human body models, statistical models researchers use to represent body shape and pose mathematically. It processes the image so its predictions align tightly with what the pixels actually show, rather than producing a generic 3D figure that may not match the person's real proportions or pose. The result is a 3D mesh that covers the full body, face, and hands at the same time. Setting it up involves cloning the repository, installing Python and PyTorch dependencies, and downloading several separate body and face model files such as SMPL, SMPLX, and FLAME from their own research sites, since these cannot be redistributed directly. Pretrained PEAR model weights download automatically. The project also includes code and a small sample dataset for training the model yourself, though the full training dataset is not yet public. You would use PEAR if you are a computer vision researcher working on avatar creation, motion capture, or virtual try on, or any application that needs to understand the 3D structure of people in images or video. It requires a compatible GPU setup.
A research project that reconstructs a full 3D mesh of a person's body, face, and hands from a single photo or video frame, in real time at 100 frames per second.
Mainly Python. The stack also includes Python, PyTorch, PyTorch3D.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.