3D Multi-Person Pose Estimation

29 papers with code • 5 benchmarks • 4 datasets

This task aims to solve root-relative 3D multi-person pose estimation. No human bounding box and root joint coordinate groundtruth are used in testing time.

( Image credit: RootNet )

Libraries

Use these libraries to find 3D Multi-Person Pose Estimation models and implementations
2 papers
3,596

Most implemented papers

End-to-end Recovery of Human Shape and Pose

open-mmlab/mmpose CVPR 2018

The main objective is to minimize the reprojection loss of keypoints, which allow our model to be trained using images in-the-wild that only have ground truth 2D annotations.

XNect: Real-time Multi-Person 3D Motion Capture with a Single RGB Camera

rwightman/pytorch-image-models 1 Jul 2019

The first stage is a convolutional neural network (CNN) that estimates 2D and 3D pose features along with identity assignments for all visible joints of all individuals. We contribute a new architecture for this CNN, called SelecSLS Net, that uses novel selective long and short range skip connections to improve the information flow allowing for a drastically faster network without compromising accuracy.

Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image

mks0601/3DMPPE_POSENET_RELEASE ICCV 2019

Although significant improvement has been achieved recently in 3D human pose estimation, most of the previous methods only treat a single-person case.

Fast and Robust Multi-Person 3D Pose Estimation from Multiple Views

zju3dv/EasyMocap CVPR 2019

This paper addresses the problem of 3D pose estimation for multiple people in a few calibrated camera views.

VoxelPose: Towards Multi-Camera 3D Human Pose Estimation in Wild Environment

microsoft/voxelpose-pytorch ECCV 2020

In contrast to the previous efforts which require to establish cross-view correspondence based on noisy and incomplete 2D pose estimations, we present an end-to-end solution which directly operates in the $3$D space, therefore avoids making incorrect decisions in the 2D space.

Learning to Reconstruct 3D Human Pose and Shape via Model-fitting in the Loop

nkolot/SPIN ICCV 2019

Our approach is self-improving by nature, since better network estimates can lead the optimization to better solutions, while more accurate optimization fits provide better supervision for the network.

4D Association Graph for Realtime Multi-person Motion Capture Using Multiple Video Cameras

zhangyux15/4d_association CVPR 2020

Our method enables a realtime online motion capture system running at 30fps using 5 cameras on a 5-person scene.

Cross-View Tracking for Multi-Human 3D Pose Estimation at over 100 FPS

longcw/crossview_3d_pose_tracking CVPR 2020

To further verify the scalability of our method, we propose a new large-scale multi-human dataset with 12 to 28 camera views.

Multi-person 3D Pose Estimation in Crowded Scenes Based on Multi-View Geometry

HeCraneChen/3D-Crowd-Pose-Estimation-Based-on-MVG ECCV 2020

In this paper, we depart from the multi-person 3D pose estimation formulation, and instead reformulate it as crowd pose estimation.

Unsupervised Cross-Modal Alignment for Multi-Person 3D Pose Estimation

revanurambareesh/multiperson ECCV 2020

Our approach not only generalizes to in-the-wild images, but also yields a superior trade-off between speed and performance, compared to prior top-down approaches.