H3WB: Human3.6M 3D WholeBody Dataset and Benchmark
Yue Zhu, Nermin Samet, David Picard
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/wholebody3d/wholebody3dOfficialIn paperpytorch★ 316
Abstract
We present a benchmark for 3D human whole-body pose estimation, which involves identifying accurate 3D keypoints on the entire human body, including face, hands, body, and feet. Currently, the lack of a fully annotated and accurate 3D whole-body dataset results in deep networks being trained separately on specific body parts, which are combined during inference. Or they rely on pseudo-groundtruth provided by parametric body models which are not as accurate as detection based methods. To overcome these issues, we introduce the Human3.6M 3D WholeBody (H3WB) dataset, which provides whole-body annotations for the Human3.6M dataset using the COCO Wholebody layout. H3WB comprises 133 whole-body keypoint annotations on 100K images, made possible by our new multi-view pipeline. We also propose three tasks: i) 3D whole-body pose lifting from 2D complete whole-body pose, ii) 3D whole-body pose lifting from 2D incomplete whole-body pose, and iii) 3D whole-body pose estimation from a single RGB image. Additionally, we report several baselines from popular methods for these tasks. Furthermore, we also provide automated 3D whole-body annotations of TotalCapture and experimentally show that when used with H3WB it helps to improve the performance. Code and dataset is available at https://github.com/wholebody3d/wholebody3d
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| H3WB | Large SimpleBaseline | Average MPJPE (mm) | 44.8 | — | Unverified |
| H3WB | CanonPose + 3D supervision | Average MPJPE (mm) | 47.4 | — | Unverified |
| H3WB | SimpleBaseline | Average MPJPE (mm) | 83.4 | — | Unverified |
| H3WB | Jointformer | Average MPJPE (mm) | 53.5 | — | Unverified |
| H3WB | CanonPose | Average MPJPE (mm) | 56.2 | — | Unverified |
| H3WB | CPN + Jointformer | Average MPJPE (mm) | 56.9 | — | Unverified |
| H3WB | Resnet50 | Average MPJPE (mm) | 63.1 | — | Unverified |
| H3WB | SHN + SimpleBaseline | Average MPJPE (mm) | 64.3 | — | Unverified |