GitHub

[📜 Paper] [📰 Blog (商汤学术)] [📹 Presentation] [📺 Demo (YouTube)]

PWC

Introduction

This is the official release for:

Graph-Based 3D Multi-Person Pose Estimation Using Multi-View Images,
Size Wu, Sheng Jin, Wentao Liu, Lei Bai, Chen Qian, Dong Liu, and Wanli Ouyang
ICCV 2021 (arXiv 2109.05885)

Thanks to MMPose, this repo produces slightly better results (compared to those reported in our ICCV'21 paper), please see Results below. Codes will be integrated into MMPose soon.

Abstract

This paper studies the task of estimating the 3D human poses of multiple persons from multiple calibrated camera views. Following the top-down paradigm, we decompose the task into two stages, i.e. person localization and pose estimation. Both stages are processed in coarse-to-fine manners. And we propose three task-specific graph neural networks for effective message passing. For 3D person localization, we first use Multi-view Matching Graph Module (MMG) to learn the cross-view association and recover coarse human proposals. The Center Refinement Graph Module (CRG) further refines the results via flexible pointbased prediction. For 3D pose estimation, the Pose Regression Graph Module (PRG) learns both the multi-view geometry and structural relations between human joints. Our approach achieves state-of-the-art performance on CMU Panoptic and Shelf datasets with significantly lower computation complexity.

Intro

Demo

TODO

  • Training/testing codes release.
  • Pre-trained model release.
  • Integrate codes to MMPose.

Results

Multiview 3D Pose Estimation on CMU Panoptic

Refine Pose mAP

Read the original on github.com ↗