Datasets:

Modalities:
Image
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
boardd commited on
Commit
75b1ac9
·
verified ·
1 Parent(s): fde8aab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +126 -3
README.md CHANGED
@@ -1,3 +1,126 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ ---
6
+ <h1 align="center">Official Dataset for DexWild</h1>
7
+
8
+
9
+ <div align="center">
10
+
11
+ [Tony Tao](https://tony-tao.com/)<sup>\*</sup>, [Mohan Kumar Srirama](https://www.mohansrirama.com/)<sup>\*</sup>, [Jason Jingzhou Liu](https://jasonjzliu.com/), [Kenneth Shaw](https://kennyshaw.net/), [Deepak Pathak](https://www.cs.cmu.edu/~dpathak/)
12
+
13
+ Robotics: Science and Systems (RSS) 2025
14
+
15
+ <p align="center">
16
+ <img src="website_assets/imgs/teaser.gif" width="25%">
17
+ </p>
18
+
19
+ [[Project page]](https://dexwild.github.io/) [[Video]](https://youtu.be/oMaamSkcl5E) [[ArXiv]](https://arxiv.org/abs/2505.07813)
20
+
21
+ [[Main Code Repo]](https://github.com/dexwild/dexwild) [[Policy Training]](https://github.com/dexwild/dexwild-training)
22
+
23
+ [[Hardware Guide]](https://resisted-salad-9e6.notion.site/DexWild-Hardware-Setup-Guide-20eee3f68d27801b8eb8dfde3a5bb7c4?source=copy_link) [[Data Collection Guide]](https://resisted-salad-9e6.notion.site/DexWild-Data-Collection-Guide-20fee3f68d27803b9a88ef9847e292d4?source=copy_link)
24
+
25
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)]()
26
+
27
+
28
+ </div>
29
+
30
+ ---
31
+
32
+ # Data Structure
33
+
34
+ Data is saved in HDF5 Format in the following general structure. Note that single arm tasks are missing a few of these folders.
35
+ ```bash
36
+ data
37
+ ├── ep_0000
38
+ │ ├── intergripper
39
+ │ │ └── intergripper.pkl
40
+ │ ├── left_leapv2
41
+ │ │ └── left_leapv2.pkl
42
+ │ ├── left_manus
43
+ │ │ └── left_manus_full.pkl, left_manus.pkl
44
+ │ ├── left_pinky_cam
45
+ │ │ └── timestamp1.jpg, timestamp2.jpg, ...
46
+ │ ├── left_thumb_cam
47
+ │ │ └── timestamp1.jpg, timestamp2.jpg, ...
48
+ │ ├── left_tracker
49
+ │ │ └── left_tracker_cam_frame_abs.pkl, ...
50
+ │ ├── right_leapv2
51
+ │ │ └── right_leapv2.pkl
52
+ │ ├── right_manus
53
+ │ │ └── right_manus_full.pkl, right_manus.pkl
54
+ │ ├── right_pinky_cam
55
+ │ │ └── timestamp1.jpg, timestamp2.jpg, ...
56
+ │ ├── right_thumb_cam
57
+ │ │ └── timestamp1.jpg, timestamp2.jpg, ...
58
+ │ ├── right_tracker
59
+ │ │ └── right_tracker_cam_frame_abs.pkl, ...
60
+ │ ├── timesteps
61
+ │ │ └── timesteps.txt
62
+ │ ├── zed
63
+ │ │ └── zed_ts.pkl
64
+ │ └── zed_obs
65
+ │ └── timestamp1.jpg, timestamp2.jpg, ...
66
+ ├── ep_0001
67
+ ├── ep_0002
68
+ ├── ...
69
+ ```
70
+
71
+ # Data Recombination
72
+
73
+ Since HuggingFace has a limit on single file size, you must recombine the data to obtain the full dataset for certain HDF5 files.
74
+
75
+ After downloading the split files, follow this guide.
76
+
77
+ **Merging Instructions:**
78
+
79
+ 1. **Navigate to the Download Directory:**
80
+
81
+ ```bash
82
+ cd path_to_downloaded_files
83
+ ```
84
+
85
+ 2. **Merge Files Using `cat`:**
86
+
87
+ Use the `cat` command to concatenate the split parts. Replace `filename.tar.gz.part-001`, `filename.tar.gz.part-002`, etc., with your actual file names.
88
+
89
+ ```bash
90
+ cat filename.tar.gz.part-* > filename.tar.gz
91
+ ```
92
+
93
+ **Example:**
94
+
95
+ ```bash
96
+ cat DexWild_Data.tar.gz.part-* > DexWild_Data.tar.gz
97
+ ```
98
+
99
+ 3. **Verify the Merged File:**
100
+
101
+ Ensure that the merged file size matches the original file size before splitting. You can use the `ls -lh` command to check file sizes.
102
+
103
+ ```bash
104
+ ls -lh DexWild_Data.tar.gz
105
+ ```
106
+
107
+ 4. **Extract the Dataset:**
108
+
109
+ Once merged, extract the dataset using the `tar` command:
110
+
111
+ ```bash
112
+ tar -xzvf DexWild_Data.tar.gz
113
+ ```
114
+
115
+
116
+ # Citation
117
+ If you find this project useful, please cite our work:
118
+ ```
119
+ @article{tao2025dexwild,
120
+ title={DexWild: Dexterous Human Interactions for In-the-Wild Robot Policies},
121
+ author={Tao, Tony and Srirama, Mohan Kumar and Liu, Jason Jingzhou and Shaw, Kenneth and Pathak, Deepak},
122
+ journal={Robotics: Science and Systems (RSS)},
123
+ year={2025}}
124
+
125
+ ```
126
+