EventEgo3D++: 3D Human Motion Capture from a Head-Mounted Event Camera [IJCV]

June 13, 2025 · View on GitHub

Christen Millerdurai1,2, Hiroyasu Akada1, Jian Wang1, Diogo Luvizon1, Alain Pagani2, Didier Stricker2, Christian Theobalt1, Vladislav Golyanik1

1 Max Planck Institute for Informatics, SIC         2 DFKI Augmented Vision

Official PyTorch implementation

Project page | arXiv | IJCV

EventEgo3D

Abstract

Monocular egocentric 3D human motion capture remains a significant challenge, particularly under conditions of low lighting and fast movements, which are common in head-mounted device applications. Existing methods that rely on RGB cameras often fail under these conditions. To address these limitations, we introduce EventEgo3D++, the first approach that leverages a monocular event camera with a fisheye lens for 3D human motion capture. Event cameras excel in high-speed scenarios and varying illumination due to their high temporal resolution, providing reliable cues for accurate 3D human motion capture. EventEgo3D++ leverages the LNES representation of event streams to enable precise 3D reconstructions. We have also developed a mobile head-mounted device (HMD) prototype equipped with an event camera, capturing a comprehensive dataset that includes real event observations from both controlled studio environments and in-the-wild settings, in addition to a synthetic dataset. Additionally, to provide a more holistic dataset, we include allocentric RGB streams that offer different perspectives of the HMD wearer, along with their corresponding SMPL body model. Our experiments demonstrate that EventEgo3D++ achieves superior 3D accuracy and robustness compared to existing solutions, even in challenging conditions. Moreover, our method supports real-time 3D pose updates at a rate of 140Hz. This work is an extension of the EventEgo3D approach (CVPR 2024) and further advances the state of the art in egocentric 3D human motion capture

Advantages of Event Based Vision

High Speed MotionLow Light Performance
High Speed MotionLow Light Performance

Method

EventEgo3D

Usage



Installation

Clone the repository

git clone https://github.com/Chris10M/EventEgo3D_plus_plus.git
cd EventEgo3D_plus_plus

Dependencies

Create a conda enviroment from the file

conda env create -f EventEgo3D.yml

Next, install ocam_python using pip

pip3 install git+https://github.com/Chris10M/ocam_python.git

Pretrained Models

The pretrained models for EE3D-S, EE3D-R and EE3D-W can be downloaded from

Please place the models in the following folder structure.

EventEgo3D_plus_plus
|
└── saved_models
         |
         └── EE3D-S_pretrained_weights.pth
         └── EE3D_R_finetuned_weights.pth
         └── EE3D_W_finetuned_weights.pth

Datasets

The datasets can obtained by executing the files in dataset_scripts. For detailed information, refer here.

Training

For training, ensure EE3D-S, EE3D-R, EE3D-W and EE3D[BG-AUG] are present. The batch size and checkpoint path can be specified with the following environment variables, BATCH_SIZE and CHECKPOINT_PATH.

python train.py 

Evaluation

EE3D-S

For evaluation, ensure EE3D-S Test is present. Please run,

python evaluate_ee3d_s.py 

The provided pretrained checkpoint gives us an accuracy of,

ArchHead_MPJPENeck_MPJPERight_shoulder_MPJPERight_elbow_MPJPERight_wrist_MPJPELeft_shoulder_MPJPELeft_elbow_MPJPELeft_wrist_MPJPERight_hip_MPJPERight_knee_MPJPERight_ankle_MPJPERight_foot_MPJPELeft_hip_MPJPELeft_knee_MPJPELeft_ankle_MPJPELeft_foot_MPJPEMPJPEHead_PAMPJPENeck_PAMPJPERight_shoulder_PAMPJPERight_elbow_PAMPJPERight_wrist_PAMPJPELeft_shoulder_PAMPJPELeft_elbow_PAMPJPELeft_wrist_PAMPJPERight_hip_PAMPJPERight_knee_PAMPJPERight_ankle_PAMPJPERight_foot_PAMPJPELeft_hip_PAMPJPELeft_knee_PAMPJPELeft_ankle_PAMPJPELeft_foot_PAMPJPEPAMPJPE
EgoHPE18.79420.62934.37062.68887.13636.53573.797107.61073.904116.881176.932191.41873.927120.475186.601197.10098.67535.09032.13435.67261.66184.08836.70759.44790.25152.27375.31397.924109.32351.16277.77898.785104.68468.893

EE3D-R

For evaluation, ensure EE3D-R is present. Please run,

python evaluate_ee3d_r.py 

The provided pretrained checkpoint gives us an accuracy of,

Archwalk_MPJPEcrouch_MPJPEpushup_MPJPEboxing_MPJPEkick_MPJPEdance_MPJPEinter. with env_MPJPEcrawl_MPJPEsports_MPJPEjump_MPJPEMPJPEwalk_PAMPJPEcrouch_PAMPJPEpushup_PAMPJPEboxing_PAMPJPEkick_PAMPJPEdance_PAMPJPEinter. with env_PAMPJPEcrawl_PAMPJPEsports_PAMPJPEjump_PAMPJPEPAMPJPE
EgoHPE68.673157.41588.633123.567102.31384.95595.733109.37894.89895.935102.15050.060100.75966.28894.51684.26466.90668.20175.72672.23375.83175.479

EE3D-W

For evaluation, ensure EE3D-W is present. Please run,

python evaluate_ee3d_w.py 

The provided pretrained checkpoint gives us an accuracy of,

Archwalk_MPJPEcrouch_MPJPEpushup_MPJPEboxing_MPJPEkick_MPJPEdance_MPJPEinter. with env_MPJPEcrawl_MPJPEsports_MPJPEjump_MPJPEMPJPEwalk_PAMPJPEcrouch_PAMPJPEpushup_PAMPJPEboxing_PAMPJPEkick_PAMPJPEdance_PAMPJPEinter. with env_PAMPJPEcrawl_PAMPJPEsports_PAMPJPEjump_PAMPJPEPAMPJPE
EgoHPE164.634160.878171.486145.806172.317163.608164.298151.324193.632173.872166.18593.44196.686105.23169.61989.75597.71890.32585.122104.57098.18593.065

Citation

If you find this code useful for your research, please cite our paper:

@article{eventegoplusplus,
author={Millerdurai, Christen
and Akada, Hiroyasu
and Wang, Jian
and Luvizon, Diogo
and Pagani, Alain
and Stricker, Didier
and Theobalt, Christian
and Golyanik, Vladislav},
title={EventEgo3D++: 3D Human Motion Capture from A Head-Mounted Event Camera},
journal={International Journal of Computer Vision (IJCV)},
year={2025},
month={Jun},
day={11},
issn={1573-1405},
doi={10.1007/s11263-025-02489-1},
}

License

EventEgo3D++ is under CC-BY-NC 4.0 license. The license also applies to the pre-trained models.

Acknowledgements

The code is partially adapted from here.