Skip to main content

EgoHandPose

Predict the 3D hand pose from the egocentric perspective.

Introduction

The ego hand pose task entails predicting the three-dimensional coordinates of the camera wearer’s hands from the egocentric frames.

Formal task definition

Frames from the ego view are extracted and undistorted for both training and evaluation. For baselines requiring 2D hand bounding boxes, we project 3D hand joints in camera coordinates to 2D image planes using the provided intrinsic matrix for the crops. Note that the inputs of the task do not include depth maps, any additional views from ego or exo cameras, camera pose information, and IMU or active range sensor measurements. We explicitly exclude such information for this benchmark to promote the applicability of the methods to general hand pose estimation problems using monocular images.

Metrics

To cope with methods estimating wrist-origin and camera-origin hand pose, the ego hand pose baselines are evaluated according to both the MPJPE and the PA-MPJPE metrics. The MPJPE is camera-relative while the PA-MPJPE calculates the average 3D joint distance after performing Procrustes Alignment on wrist-origin hand poses. Both metrics are reported in millimeter (mm) unit.

Baselines

ManualManual+Auto
MPJPEPA-MPJPEMPJPEPA-MPJPE
METRO-21.54-21.54
THOR-net51.0617.8850.1016.34
HandOccNet59.3018.7050.0017.90
POTTER32.7111.7432.0211.62

Please refer to the section 13.D.2 in our submission for details of baselines in the table above.