paper-with-me

Papers

Keep it SMPL: Automatic Estimation of 3D Human Pose and Shape from a Single Image

2016-07-27 · Federica Bogo, Angjoo Kanazawa, Christoph Lassner, Peter Gehler, Javier Romero, Michael J. Black

We describe the first method to automatically estimate the 3D pose of the human body as well as its 3D shape from a single unconstrained image. We estimate a full 3D mesh and show that 2D joints alone carry a surprising amount of information about body shape. The problem is challenging because of the complexity of the human body, articulation, occlusion, clothing, lighting, and the inherent ambiguity in inferring 3D from 2D. To solve this, we first use a recently published CNN-based method, DeepCut, to predict (bottom-up) the 2D body joint locations. We then fit (top-down) a recently published statistical body shape model, called SMPL, to the 2D joints. We do so by minimizing an objective function that penalizes the error between the projected 3D model joints and detected 2D joints. Because SMPL captures correlations in human shape across the population, we are able to robustly fit it to very little data. We further leverage the 3D model to prevent solutions that cause interpenetration. We evaluate our method, SMPLify, on the Leeds Sports, HumanEva, and Human3.6M datasets, showing superior pose accuracy with respect to the state of the art.

📄 PDF Abstract BibTeX arXiv:1607.08128

Code (2)

Jtoo/fitting_human_smpl_model tf
dizhongzhu/Humanbody_Literatures

Tasks

3D Human Pose Estimation

Similar Papers 제목 키워드 기반

Learnable human mesh triangulation for 3D human pose and shape estimation

2022-08-24 · Sungho Chun, Sungbum Park, Ju Yong Chang

Compared to joint position, the accuracy of joint rotation and shape estimation has received relatively little attention in the skinned multi-person linear model (SMPL)-based human mesh reconstruction from multi-view ima…

3D human pose and shape estimation3D Human Pose Estimation

A Simple Method to Boost Human Pose Estimation Accuracy by Correcting the Joint Regressor for the Human3.6m Dataset

2022-04-29 · Eric Hedlin, Helge Rhodin, Kwang Moo Yi

Many human pose estimation methods estimate Skinned Multi-Person Linear (SMPL) models and regress the human joints from these SMPL estimates. In this work, we show that the most widely used SMPL-to-joint linear layer (jo…

Pose Estimation

Towards Accurate Markerless Human Shape and Pose Estimation over Time

2017-07-24 · Yinghao Huang, Federica Bogo, Christoph Lassner, Angjoo Kanazawa 외

Existing marker-less motion capture methods often assume known backgrounds, static cameras, and sequence specific motion priors, which narrows its application scenarios. Here we propose a fully automatic method that give…

Pose Estimation

SMPLer: Taming Transformers for Monocular 3D Human Shape and Pose Estimation

2024-04-23 · Xiangyu Xu, Lijuan Liu, Shuicheng Yan

Existing Transformers for monocular 3D human shape and pose estimation typically have a quadratic computation and memory complexity with respect to the feature length, which hinders the exploitation of fine-grained infor…

3D Human Pose EstimationPose Estimation

SMPLitex: A Generative Model and Dataset for 3D Human Texture Estimation from Single Image

2023-09-04 · Dan Casas, Marc Comino-Trinidad

We propose SMPLitex, a method for estimating and manipulating the complete 3D appearance of humans captured from a single image. SMPLitex builds upon the recently proposed generative models for 2D images, and extends the…