AplusX commited on
Commit
96ac2b1
·
verified ·
1 Parent(s): b223ae6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -30
README.md CHANGED
@@ -8,6 +8,7 @@ tags:
8
  - RGBD
9
  - SMPL
10
  - motion-capture
 
11
  size_categories:
12
  - 10K<n<100K
13
  ---
@@ -16,53 +17,56 @@ size_categories:
16
 
17
  ## Overview
18
 
19
- This dataset contains egocentric RGBD sequences for 3D human pose estimation from a first-person VR perspective.
 
 
 
20
 
21
  - **Total samples**: 18,235 motion clips
22
- - **Scenes**: 7 virtual scenes (Scene0 - Scene6)
23
  - **Train / Val / Test**: 14,702 / 1,827 / 1,706
24
  - **Total size**: ~362 GB
25
  - **Data format**: `.npz` (NumPy compressed archives)
26
 
 
 
 
 
27
  ## Data Sources
28
- - CMU Graphics Lab Motion Capture Database
29
- - BioMotionLab (NTroje) Dataset
 
 
 
30
 
31
  ## Directory Structure
32
 
33
- ```
34
  EgoPoseVR_Dataset/
35
- ├── Scene{0-6}/ # 7 virtual scenes
36
- │ └── AllDataPath_{Source}_{split}_{id}/ # motion sequence directory
37
- │ └── {clip_id}.npz # motion clip file
 
 
 
 
 
 
38
  ├── train_npz_paths.txt
39
  ├── val_npz_paths.txt
40
  ├── test_npz_paths.txt
41
  └── all_npz_paths.txt
42
  ```
43
 
44
- ## NPZ Fields
45
-
46
- Each `.npz` file represents a motion clip with T consecutive frames (typically T=100).
47
 
48
- | Field | Shape | Description |
49
- |---|---|---|
50
- | `input_rgbd` | (T, 4, H, W) | Input RGBD image sequence (channels 0-2: RGB normalized to [0,1]; channel 3: depth) |
51
- | `gt_joints_relativeCam_2Dpos` | (T, 22, 2) | GT joint 2D positions projected to camera image plane |
52
- | `gt_joints_relativePelvis_3Dpos` | (T, 22, 3) | GT joint 3D positions relative to pelvis (pelvis at origin) |
53
- | `gt_pelvis_camera_3Dpos` | (T, 3) | GT pelvis 3D position in camera coordinate system |
54
- | `gt_pelvis_camera_4Drot` | (T, 4) | GT pelvis rotation in camera space (quaternion) |
55
- | `hmd_position_global_full_gt_list` | (T, 54) | HMD global position/orientation data (head + hands) |
56
- | `head_global_trans_list` | (T, 4, 4) | Head global 4x4 transformation matrices per frame |
57
- | `body_parms_list` | dict | SMPL body parameters (root_orient, pose_body, trans) |
58
- | `pred_2d` | (T, 22, 2) | Predicted 2D joint positions from pretrained estimator |
59
- | `pred_3d` | (T, 22, 3) | Predicted 3D joint positions from pretrained estimator |
60
 
61
- ## Joint Definition (22 SMPL joints)
62
-
63
- ```
64
- 0:Pelvis 1:L_Hip 2:R_Hip 3:Spine1 4:L_Knee 5:R_Knee
65
- 6:Spine2 7:L_Ankle 8:R_Ankle 9:Spine3 10:L_Foot 11:R_Foot
66
- 12:Neck 13:L_Collar 14:R_Collar 15:Head 16:L_Shoulder 17:R_Shoulder
67
- 18:L_Elbow 19:R_Elbow 20:L_Wrist 21:R_Wrist
68
  ```
 
8
  - RGBD
9
  - SMPL
10
  - motion-capture
11
+ - VR
12
  size_categories:
13
  - 10K<n<100K
14
  ---
 
17
 
18
  ## Overview
19
 
20
+ The **EgoPoseVR Dataset** is a large-scale synthetic dataset for egocentric full-body pose estimation in virtual reality.
21
+ It contains paired RGB-D observations, pose annotations, HMD tracking signals, and SMPL body parameters for temporally aligned motion clips.
22
+
23
+ ![Pipeline](assets/images/EgoPoseVR.jpg)
24
 
25
  - **Total samples**: 18,235 motion clips
26
+ - **Scenes**: 7 virtual scenes (`Scene0` - `Scene6`)
27
  - **Train / Val / Test**: 14,702 / 1,827 / 1,706
28
  - **Total size**: ~362 GB
29
  - **Data format**: `.npz` (NumPy compressed archives)
30
 
31
+ For more details, please visit the [Project Page](https://aplusx.github.io/EgoPoseVRWeb/) or check the [official repository](https://aplusx.github.io/EgoPoseVRWeb/).
32
+
33
+ ---
34
+
35
  ## Data Sources
36
+
37
+ The motion data is derived from the [AMASS](https://amass.is.tue.mpg.de/) dataset.
38
+ 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.
39
+
40
+ ---
41
 
42
  ## Directory Structure
43
 
44
+ ```text
45
  EgoPoseVR_Dataset/
46
+ ├── Scene0/
47
+ ── Scene1/
48
+ ── Scene2/
49
+ ├── Scene3/
50
+ ├── Scene4/
51
+ ├── Scene5/
52
+ ├── Scene6/
53
+ │ └── AllDataPath_{Source}_{split}_{id}/
54
+ │ └── {clip_id}.npz
55
  ├── train_npz_paths.txt
56
  ├── val_npz_paths.txt
57
  ├── test_npz_paths.txt
58
  └── all_npz_paths.txt
59
  ```
60
 
61
+ ## Citation
 
 
62
 
63
+ If you find our code or paper helps, please consider citing:
 
 
 
 
 
 
 
 
 
 
 
64
 
65
+ ```bibtex
66
+ @article{cheng2026egoposevr,
67
+ title={EgoPoseVR: Spatiotemporal Multi-Modal Reasoning for Egocentric Full-Body Pose in Virtual Reality},
68
+ author={Cheng, Haojie and Ong, Shaun Jing Heng and Cai, Shaoyu and Koh, Aiden Tat Yang and Ouyang, Fuxi and Khoo, Eng Tat},
69
+ journal={arXiv preprint arXiv:2602.05590},
70
+ year={2026}
71
+ }
72
  ```