Manggu ylang-chen commited on
Commit
457c54c
·
verified ·
0 Parent(s):

Duplicate from DEXROBOT/DexCanvas

Browse files

Co-authored-by: ylang <ylang-chen@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: odbl
3
+ task_categories:
4
+ - robotics
5
+ - video-classification
6
+ - image-classification
7
+ - object-detection
8
+ tags:
9
+ - dexterous-manipulation
10
+ - hand-object-interaction
11
+ - motion-capture
12
+ - physics-simulation
13
+ - rgbd
14
+ - contact-forces
15
+ - computer-vision
16
+ size_categories:
17
+ - 10K<n<100K
18
+ ---
19
+
20
+ # DexCanvas: Dexterous Manipulation Dataset v0.1
21
+
22
+ **⚠️ TEST RELEASE**: This is a preview version containing 1% of the full dataset. Contact force data is not included in v0.1.
23
+
24
+ DexCanvas is a large-scale hybrid dataset for robotic hand-object interaction research, combining real human demonstrations with physics-validated simulation data.
25
+
26
+ ## Dataset Statistics (v0.1 Test Release)
27
+
28
+ - **Total Frames**: ~30 million multi-view RGB-D frames
29
+ - **Total Duration**: ~70 hours of dexterous hand-object interactions
30
+ - **Real Demonstrations**: ~0.7 hours of human mocap data (1/100 of collected data)
31
+ - **Expansion Ratio**: 100× from real to simulated data
32
+ - **Manipulation Types**: 21 types based on Cutkosky taxonomy
33
+ - **Objects**: 30 objects (geometric primitives + YCB objects)
34
+ - **Capture Rate**: 100 Hz optical motion capture
35
+
36
+ ## Manipulation Coverage
37
+
38
+ The dataset spans four primary grasp categories:
39
+
40
+ - **Power Grasps**: Full-hand wrapping grips
41
+ - **Intermediate Grasps**: Mixed precision-power combinations
42
+ - **Precision Grasps**: Fingertip-based manipulation
43
+ - **In-Hand Manipulation**: Object reorientation and repositioning
44
+
45
+ All 21 manipulation types follow the Cutkosky grasp taxonomy.
46
+
47
+ ## Data Modalities
48
+
49
+ Each frame includes:
50
+
51
+ - **RGB-D Data**: Multi-view color and depth images
52
+ - **Hand Pose**: MANO hand parameters with high-precision tracking
53
+ - **Object State**: 6-DoF pose and object wrenches
54
+ - **Annotations**: Per-frame labels and metadata
55
+
56
+ **Note**: Contact force data is not included in v0.1. Contact forces will be available in future releases.
57
+
58
+ ## Data Pipeline
59
+
60
+ The dataset is generated through three stages:
61
+
62
+ 1. **Real Capture**: Optical motion capture of human demonstrations at 30 Hz
63
+ 2. **Force Reconstruction**: RL-based physics simulation to infer contact forces
64
+ 3. **Physics Validation**: Verification of contact points, forces, and object dynamics
65
+
66
+ This hybrid approach provides contact information impossible to observe directly in real-world scenarios while maintaining physical accuracy.
67
+
68
+ ## Installation
69
+
70
+ ```bash
71
+ pip install datasets huggingface_hub
72
+ ```
73
+
74
+ For image processing and visualization:
75
+
76
+ ```bash
77
+ pip install pillow numpy torch
78
+ ```
79
+
80
+ Authenticate with HuggingFace (required for private datasets):
81
+
82
+ ```bash
83
+ huggingface-cli login
84
+ ```
85
+
86
+ Or set your token as an environment variable:
87
+
88
+ ```bash
89
+ export HF_TOKEN="your_token_here"
90
+ ```
91
+
92
+ ## Quick Start
93
+
94
+ ### Data Structure
95
+
96
+ ```json
97
+ {
98
+ "trajectory_meta_data": {
99
+ "generated_data": "int",
100
+ "data_fps": "int",
101
+ "mocap_raw_data_source": {
102
+ "operator": "str",
103
+ "object": "str",
104
+ "gesture": "str"
105
+ },
106
+ "total_frames": "int",
107
+ "mano_hand_shape": "(10,)"
108
+ //...
109
+ },
110
+ "sequence_info": {
111
+ "timestamp": "(T,)",
112
+ "hand_joint": {
113
+ "position": "(T, 3)",
114
+ "rotation": "(T, 3)",
115
+ "finger_pose": "(T, 48)"
116
+ },
117
+ "object_info": {
118
+ "pose": "(T, 6)"
119
+ },
120
+ "mano_model_output": {
121
+ "joints": "(T, 63)"
122
+ }
123
+ }
124
+ }
125
+ ```
126
+ ### Visualization
127
+
128
+ Visualize trajectories using the **mocap_loader**:
129
+
130
+ ```bash
131
+ # Install dependencies
132
+ pip install open3d trimesh scipy
133
+
134
+ # Visualize trajectory
135
+ python -m hand_trajectory_loader.examples.visualize_trajectory \
136
+ dataset.parquet 0 \
137
+ --mano-model assets/mano/models/MANO_RIGHT.pkl \
138
+ --object assets/objects/cube1.stl \
139
+ --show-joints
140
+ ```
141
+
142
+ Controls: **SPACE** pause/resume, **M** toggle hand mesh, **O** toggle object, **Q** quit
143
+
144
+ ## Version Information
145
+
146
+ **v0.1 (Test Release)** includes:
147
+ - 1% of collected real human demonstration data
148
+ - MANO hand parameters
149
+ - Object pose data
150
+ - Manipulation type annotations
151
+
152
+ **Coming in future releases**:
153
+ - Complete dataset (100× larger than v0.1)
154
+ - Contact force data with physics validation
155
+ - Additional objects and manipulation types
156
+ - Extended annotations and metadata
157
+
158
+ ## Contact
159
+
160
+ **Research Collaboration**
161
+ Academic inquiries: lyw@dex-robot.com
162
+
163
+ **Business Inquiries**
164
+ Business collaboration: info@dex-robot.com
165
+
166
+ **Website**
167
+ https://www.dex-robot.com/en
168
+ https://dexcanvas.github.io/
169
+
170
+ ## Citation
171
+
172
+ ```bibtex
173
+ @article{dexcanvas2025,
174
+ title={DexCanvas: A Large-Scale Hybrid Dataset for Dexterous Manipulation},
175
+ author={DexRobot Team},
176
+ year={2025},
177
+ eprint={2510.15786},
178
+ archivePrefix={arXiv},
179
+ url={https://arxiv.org/abs/2510.15786}
180
+ }
181
+ ```
182
+
183
+ ## License
184
+
185
+ This dataset is released under the Open Database License (ODbL).
186
+
187
+ ---
188
+
189
+ **Developed by DexRobot Team**
190
+ Last Updated: October 2025
mocap_ver0.1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0532d180b6b7c0e8830d6372f7fb8f72fb8c5b6a71f24e55b0a6ab86bdb6c8de
3
+ size 1845693327
s02_cube1_09_cube2_18_v1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e762105083bc05c5077a3af81774c870447c8788d670df2b4e39a4f85c8c3003
3
+ size 6342699985