Datasets:
File size: 2,121 Bytes
ba80d27 96ac2b1 ba80d27 96ac2b1 ba80d27 96ac2b1 ba80d27 96ac2b1 ba80d27 96ac2b1 ae53e28 96ac2b1 ba80d27 96ac2b1 ba80d27 96ac2b1 ba80d27 96ac2b1 ba80d27 96ac2b1 ba80d27 96ac2b1 ba80d27 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | ---
license: cc-by-4.0
task_categories:
- other
tags:
- egocentric
- pose-estimation
- RGBD
- SMPL
- motion-capture
- VR
size_categories:
- 10K<n<100K
---
# EgoPoseVR Dataset
## Overview
The **EgoPoseVR Dataset** is a large-scale synthetic dataset for egocentric full-body pose estimation in virtual reality.
It contains paired RGB-D observations, pose annotations, HMD tracking signals, and SMPL body parameters for temporally aligned motion clips.

- **Total samples**: 18,235 motion clips
- **Scenes**: 7 virtual scenes (`Scene0` - `Scene6`)
- **Train / Val / Test**: 14,702 / 1,827 / 1,706
- **Data format**: `.npz` (NumPy compressed archives)
For more details, please visit the [Project Page](https://aplusx.github.io/EgoPoseVRWeb/) or check the [official repository](https://aplusx.github.io/EgoPoseVRWeb/).
---
## Data Sources
The motion data is derived from the [AMASS](https://amass.is.tue.mpg.de/) dataset.
In total, **2,344 motion sequences** are extracted. Each sequence folder corresponds to one continuous motion sequence, and each `.npz` file contains a 100-frame clip sampled from that sequence.
<p align="center">
<strong>🎬 Dataset Video</strong><br>
<img src="assets/videos/Dataset.gif" alt="Dataset Video" width="500">
</p>
---
## Directory Structure
```text
EgoPoseVR_Dataset/
├── Scene0/
├── Scene1/
├── Scene2/
├── Scene3/
├── Scene4/
├── Scene5/
├── Scene6/
│ └── AllDataPath_{Source}_{split}_{id}/
│ └── {clip_id}.npz
├── train_npz_paths.txt
├── val_npz_paths.txt
├── test_npz_paths.txt
└── all_npz_paths.txt
```
## Citation
If you find our code or paper helps, please consider citing:
```bibtex
@article{cheng2026egoposevr,
title={EgoPoseVR: Spatiotemporal Multi-Modal Reasoning for Egocentric Full-Body Pose in Virtual Reality},
author={Cheng, Haojie and Ong, Shaun Jing Heng and Cai, Shaoyu and Koh, Aiden Tat Yang and Ouyang, Fuxi and Khoo, Eng Tat},
journal={arXiv preprint arXiv:2602.05590},
year={2026}
}
```
|