paxini commited on
Commit
05d2fd9
·
verified ·
1 Parent(s): 21125ab

Upload README.md

Browse files

The README content has been changed, with the addition of specific task names and quantities.

Files changed (1) hide show
  1. README.md +232 -172
README.md CHANGED
@@ -1,173 +1,233 @@
1
- # Overview
2
- The embodied intelligence industry is currently facing significant development challenges. The most critical issue is the lack of high-quality data, particularly omnimodal data that integrates force and tactile sensing. The PaXini introduces the PX OmniSharing Dataset, built on the PaXini Super EID Factory, enabling large-scale, high-fidelity human data collection across diverse tasks and scenarios.
3
- The dataset includes multi-dimensional tactile data, multi-view visual data, voice, text, proprioception, and spatial trajectories, comprehensively addressing the challenge of rapid generalization for embodied agents across diverse scenarios. Together with the PX OmniSharing Toolkit, it provides an end-to-end pipeline for efficient data processing and model development.
4
-
5
- ---
6
- # Get Started
7
- ## Download the Dataset
8
- To download the full dataset, you can use the following code. If you encounter any issues, please refer to the official Hugging Face documentation.
9
- ```bash
10
- # Make sure you have git-lfs installed (https://git-lfs.com)
11
- git lfs install
12
-
13
- # When prompted for a password, use an access token with write permissions.# Generate one from your settings: https://huggingface.co/settings/tokens
14
- git clone https://huggingface.co/datasets/paxini/Omnisharing_DB_SampleData
15
- ```
16
- Subfolder only (e.g., part_07):
17
- ```bash
18
- # Make sure you have git-lfs installed (https://git-lfs.com)
19
- git lfs install
20
-
21
- # Initialize an empty Git repository
22
- git init Omnisharing_DB_SampleData
23
- cd Omnisharing_DB_SampleData
24
-
25
- # Set the remote repository
26
- git remote add origin https://huggingface.co/datasets/paxini/Omnisharing_DB_SampleData
27
-
28
- # Enable sparse-checkout
29
- git sparse-checkout init
30
-
31
- # Specify the folders and files
32
- git sparse-checkout set data/part_07
33
-
34
- # Pull the data
35
- git pull origin main
36
- ```
37
-
38
- The whole dataset covers 10 different tasks. You can find relevant information in the meta group inside each HDF5.
39
-
40
- ---
41
- # Dataset Structure
42
- The PX OmniSharing Toolkit processing workflow involves four primary data categories: DF-1, DF-2, DF-2R, and DF-3. The corresponding data structure formats are illustrated below:
43
-
44
- <table>
45
- <colgroup>
46
- <col style="width: 140px;">
47
- <col style="width: 360px;">
48
- <col style="width: 120px;">
49
- <col style="width: 110px;">
50
- <col style="width: 360px;">
51
- </colgroup>
52
- <thead>
53
- <tr>
54
- <th>Data Format Naming</th>
55
- <th>Description</th>
56
- <th>Custom Format</th>
57
- <th>Suffix</th>
58
- <th>Data File Name Example</th>
59
- </tr>
60
- </thead>
61
- <tbody>
62
- <tr>
63
- <td><strong>DF-1</strong></td>
64
- <td>The overall input: raw data after preprocessing and quality inspection</td>
65
- <td>Yes (HDF5)</td>
66
- <td>No Suffix</td>
67
- <td><code>episode_11_111219_112_120024.hdf5</code></td>
68
- </tr>
69
- <tr>
70
- <td><strong>DF-2</strong></td>
71
- <td>1st output: DF-1 with encoder and tactile data parsed; adds bimanual and object poses; includes both action and observation</td>
72
- <td>Yes (HDF5)</td>
73
- <td><code>"_glove"</code></td>
74
- <td><code>episode_11_111219_112_120024_glove.hdf5</code></td>
75
- </tr>
76
- <tr>
77
- <td><strong>DF-2R</strong></td>
78
- <td>2nd output: DF-2 retargeted to a dexterous hand model</td>
79
- <td>Yes (HDF5)</td>
80
- <td><code>"_{MODEL}"</code></td>
81
- <td>
82
- <code>episode_11_111219_112_120024_dh13.hdf5</code> (retargeting to DexH13)<br>
83
- <code>episode_11_111219_112_120024_mano.hdf5</code> (retargeting to MANO)<br>
84
- ...
85
- </td>
86
- </tr>
87
- <tr>
88
- <td><strong>DF-3</strong></td>
89
- <td>3rd output: converts DF-2R to the LeRobot dataset format; can be used for VLA model training</td>
90
- <td>No</td>
91
- <td>No Suffix</td>
92
- <td>-</td>
93
- </tr>
94
- </tbody>
95
- </table>
96
-
97
- The sample data has undergone pose estimation & parsing, and is provided in the standardized DF-2 format. For access to raw data, don't hesitate to get in touch with us omnisharingdb@paxini.com, or visit our dataset marketplace: https://dataset-mall.paxini.com/.
98
- For advanced formats such as DF-2R or DF-3, users can perform conversion and further processing through the PX OmniSharing Toolkit, available on GitHub: https://github.com/px-DataCollection/px_omnisharing_dataprocess_kit.
99
- DF-2(Data Format-2):
100
-
101
- ```text
102
- /dataset
103
- ├── attributes # e.g., generated_time, data_id (compressed error info)
104
- ├── action # Action signals (no tactile)
105
- │ ├── lefthand
106
- │ │ ├── attributes # description, etc.
107
- │ │ ├── joints
108
- │ │ │ ├── data # (n, 29) joint angles in URDF joint order
109
- │ │ │ └── attributes # joint_names = [...]
110
- │ │ └── handpose
111
- │ │ ├── data # (n, 7)
112
- │ │ └── attributes # order = [x, y, z, qw, qx, qy, qz]
113
- │ └── righthand
114
- │ ├── attributes # description, hand_name, urdf, etc.
115
- │ ├��─ joints
116
- │ │ ├── data # (n, 29)
117
- │ │ └── attributes # joint_names = [...]
118
- │ └── handpose
119
- │ ├── data # (n, 7)
120
- │ └── attributes # order = [x, y, z, qw, qx, qy, qz]
121
- └── observation # Episode state
122
- ├── audio # Compressed audio stream (includes text)
123
- ├── image
124
- │ ├── RGB_CameraXXX
125
- │ │ ├── data # 1D compressed payload
126
- │ │ ├── extrinsics
127
- │ │ └── intrinsics # attrs include width/height
128
- │ ├── RGBD_XXX
129
- │ │ ├── data # 1D compressed payload
130
- │ │ ├── extrinsics
131
- │ │ ├── intrinsics
132
- │ │ └── attributes # width/height
133
- │ └── [...]
134
- ├── lefthand
135
- │ ├── attributes # description, etc.
136
- │ ├── joints
137
- │ │ ├── data # (n, 29)
138
- │ │ └── attributes # joint_names = [...]
139
- │ ├── handpose
140
- │ │ ├── data # (n, 7)
141
- │ │ └── attributes # order = [x, y, z, qw, qx, qy, qz]
142
- │ └── tactile
143
- │ ├── data # (n, 3465)
144
- │ └── attributes # sensor_names, sensor_lengths, etc.
145
- ├── righthand
146
- │ ├── attributes
147
- │ ├── joints
148
- │ │ ├── data # (n, 29)
149
- │ │ └── attributes
150
- │ ├── handpose
151
- │ │ ├── data # (n, 7)
152
- │ │ └── attributes
153
- │ └── tactile
154
- │ ├── data # (n, 3465)
155
- │ └── attributes
156
- ├── obj1
157
- │ ├── data # (n, 17)
158
- │ └── attributes # obj_name, obj_id, order/detail
159
- ├── obj2
160
- └── [...]
161
- ```
162
-
163
- ---
164
- # License and Citation
165
- All the data within this repo is licensed under CC BY-NC-SA 4.0. Please consider citing our project if it contributes to your research.
166
- ```bash
167
- @misc{PX OmniSharing DB,
168
- title = {PX OmniSharing DB},
169
- author = {PX OmniSharing DB},
170
- howpublished = {\url{https://huggingface.co/datasets/paxini/Omnisharing_DB_SampleData}},
171
- year = {2026}
172
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  ```
 
1
+ # Overview
2
+ The embodied intelligence industry is currently facing significant development challenges. The most critical issue is the lack of high-quality data, particularly omnimodal data that integrates force and tactile sensing. The PaXini introduces the PX OmniSharing Dataset, built on the PaXini Super EID Factory, enabling large-scale, high-fidelity human data collection across diverse tasks and scenarios.
3
+ The dataset includes multi-dimensional tactile data, multi-view visual data, voice, text, proprioception, and spatial trajectories, comprehensively addressing the challenge of rapid generalization for embodied agents across diverse scenarios. Together with the PX OmniSharing Toolkit, it provides an end-to-end pipeline for efficient data processing and model development.
4
+
5
+ The following tasks have been updated in this dataset:
6
+
7
+ <table>
8
+ <thead>
9
+ <tr>
10
+ <th>Scenarios</th>
11
+ <th>Task</th>
12
+ <th>Quantity</th>
13
+ </tr>
14
+ </thead>
15
+ <tbody>
16
+ <tr>
17
+ <td rowspan="3">Office Scene</td>
18
+ <td>Cleaning Computer Keyboard</td>
19
+ <td>100</td>
20
+ </tr>
21
+ <tr>
22
+ <td>Assembling Triple File Basket</td>
23
+ <td>100</td>
24
+ </tr>
25
+ <tr>
26
+ <td>Disassembling Triple File Basket</td>
27
+ <td>100</td>
28
+ </tr>
29
+ <tr>
30
+ <td>Restaurant Scene</td>
31
+ <td>Beer Storage</td>
32
+ <td>100</td>
33
+ </tr>
34
+ <tr>
35
+ <td>Automotive Scene</td>
36
+ <td>Cable Insertion - Cable Connection</td>
37
+ <td>100</td>
38
+ </tr>
39
+ <tr>
40
+ <td>Home Scene</td>
41
+ <td>Building Block Storage</td>
42
+ <td>100</td>
43
+ </tr>
44
+ <tr>
45
+ <td>Industrial Scene</td>
46
+ <td>Bolt Kit Assembly</td>
47
+ <td>100</td>
48
+ </tr>
49
+ <tr>
50
+ <td>Supermarket Scene</td>
51
+ <td>Glasses Cleaning</td>
52
+ <td>100</td>
53
+ </tr>
54
+ <tr>
55
+ <td>Primitive Action Scene</td>
56
+ <td>Insert and Remove</td>
57
+ <td>100</td>
58
+ </tr>
59
+ </tbody>
60
+ </table>
61
+
62
+ ---
63
+ # Get Started
64
+ ## Download the Dataset
65
+ To download the full dataset, you can use the following code. If you encounter any issues, please refer to the official Hugging Face documentation.
66
+ ```bash
67
+ # Make sure you have git-lfs installed (https://git-lfs.com)
68
+ git lfs install
69
+
70
+ # When prompted for a password, use an access token with write permissions.# Generate one from your settings: https://huggingface.co/settings/tokens
71
+ git clone https://huggingface.co/datasets/paxini/Omnisharing_DB_SampleData
72
+ ```
73
+ Subfolder only (e.g., part_07):
74
+ ```bash
75
+ # Make sure you have git-lfs installed (https://git-lfs.com)
76
+ git lfs install
77
+
78
+ # Initialize an empty Git repository
79
+ git init Omnisharing_DB_SampleData
80
+ cd Omnisharing_DB_SampleData
81
+
82
+ # Set the remote repository
83
+ git remote add origin https://huggingface.co/datasets/paxini/Omnisharing_DB_SampleData
84
+
85
+ # Enable sparse-checkout
86
+ git sparse-checkout init
87
+
88
+ # Specify the folders and files
89
+ git sparse-checkout set data/part_07
90
+
91
+ # Pull the data
92
+ git pull origin main
93
+ ```
94
+
95
+ The whole dataset covers 10 different tasks. You can find relevant information in the meta group inside each HDF5.
96
+
97
+ ---
98
+ # Dataset Structure
99
+ The PX OmniSharing Toolkit processing workflow involves four primary data categories: DF-1, DF-2, DF-2R, and DF-3. The corresponding data structure formats are illustrated below:
100
+
101
+ <table>
102
+ <colgroup>
103
+ <col style="width: 140px;">
104
+ <col style="width: 360px;">
105
+ <col style="width: 120px;">
106
+ <col style="width: 110px;">
107
+ <col style="width: 360px;">
108
+ </colgroup>
109
+ <thead>
110
+ <tr>
111
+ <th>Data Format Naming</th>
112
+ <th>Description</th>
113
+ <th>Custom Format</th>
114
+ <th>Suffix</th>
115
+ <th>Data File Name Example</th>
116
+ </tr>
117
+ </thead>
118
+ <tbody>
119
+ <tr>
120
+ <td><strong>DF-1</strong></td>
121
+ <td>The overall input: raw data after preprocessing and quality inspection</td>
122
+ <td>Yes (HDF5)</td>
123
+ <td>No Suffix</td>
124
+ <td><code>episode_11_111219_112_120024.hdf5</code></td>
125
+ </tr>
126
+ <tr>
127
+ <td><strong>DF-2</strong></td>
128
+ <td>1st output: DF-1 with encoder and tactile data parsed; adds bimanual and object poses; includes both action and observation</td>
129
+ <td>Yes (HDF5)</td>
130
+ <td><code>"_glove"</code></td>
131
+ <td><code>episode_11_111219_112_120024_glove.hdf5</code></td>
132
+ </tr>
133
+ <tr>
134
+ <td><strong>DF-2R</strong></td>
135
+ <td>2nd output: DF-2 retargeted to a dexterous hand model</td>
136
+ <td>Yes (HDF5)</td>
137
+ <td><code>"_{MODEL}"</code></td>
138
+ <td>
139
+ <code>episode_11_111219_112_120024_dh13.hdf5</code> (retargeting to DexH13)<br>
140
+ <code>episode_11_111219_112_120024_mano.hdf5</code> (retargeting to MANO)<br>
141
+ ...
142
+ </td>
143
+ </tr>
144
+ <tr>
145
+ <td><strong>DF-3</strong></td>
146
+ <td>3rd output: converts DF-2R to the LeRobot dataset format; can be used for VLA model training</td>
147
+ <td>No</td>
148
+ <td>No Suffix</td>
149
+ <td>-</td>
150
+ </tr>
151
+ </tbody>
152
+ </table>
153
+
154
+ The sample data has undergone pose estimation & parsing, and is provided in the standardized DF-2 format. For access to raw data, don't hesitate to get in touch with us omnisharingdb@paxini.com, or visit our dataset marketplace: https://dataset-mall.paxini.com/.
155
+
156
+ For advanced formats such as DF-2R or DF-3, users can perform conversion and further processing through the PX OmniSharing Toolkit, available on GitHub: https://github.com/px-DataCollection/px_omnisharing_dataprocess_kit.
157
+
158
+ ## DF-2(Data Format-2):
159
+
160
+ ```text
161
+ /dataset
162
+ ├── attributes # e.g., generated_time, data_id (compressed error info)
163
+ ├── action # Action signals (no tactile)
164
+ │ ├── lefthand
165
+ │ │ ├── attributes # description, etc.
166
+ │ │ ├── joints
167
+ │ │ │ ├── data # (n, 29) joint angles in URDF joint order
168
+ │ │ │ └── attributes # joint_names = [...]
169
+ │ │ └── handpose
170
+ │ │ ├── data # (n, 7)
171
+ │ │ └── attributes # order = [x, y, z, qw, qx, qy, qz]
172
+ │ └── righthand
173
+ │ ├── attributes # description, hand_name, urdf, etc.
174
+ │ ├── joints
175
+ │ │ ├── data # (n, 29)
176
+ │ │ └── attributes # joint_names = [...]
177
+ │ └── handpose
178
+ │ ├── data # (n, 7)
179
+ │ └── attributes # order = [x, y, z, qw, qx, qy, qz]
180
+ └── observation # Episode state
181
+ ├── audio # Compressed audio stream (includes text)
182
+ ├── image
183
+ │ ├── RGB_CameraXXX
184
+ │ │ ├── data # 1D compressed payload
185
+ │ │ ├── extrinsics
186
+ │ │ └── intrinsics # attrs include width/height
187
+ │ ├── RGBD_XXX
188
+ │ │ ├── data # 1D compressed payload
189
+ │ │ ├── extrinsics
190
+ │ │ ├── intrinsics
191
+ │ │ └── attributes # width/height
192
+ │ └── [...]
193
+ ├── lefthand
194
+ │ ├── attributes # description, etc.
195
+ │ ├── joints
196
+ │ │ ├── data # (n, 29)
197
+ │ │ └── attributes # joint_names = [...]
198
+ │ ├── handpose
199
+ │ │ ├─��� data # (n, 7)
200
+ │ │ └── attributes # order = [x, y, z, qw, qx, qy, qz]
201
+ │ └── tactile
202
+ │ ├── data # (n, 3465)
203
+ │ └── attributes # sensor_names, sensor_lengths, etc.
204
+ ├── righthand
205
+ │ ├── attributes
206
+ │ ├── joints
207
+ │ │ ├── data # (n, 29)
208
+ │ │ └── attributes
209
+ │ ├── handpose
210
+ │ │ ├── data # (n, 7)
211
+ │ │ └── attributes
212
+ │ └── tactile
213
+ │ ├── data # (n, 3465)
214
+ │ └── attributes
215
+ ├── obj1
216
+ │ ├── data # (n, 17)
217
+ │ └── attributes # obj_name, obj_id, order/detail
218
+ ├── obj2
219
+ └── [...]
220
+ ```
221
+
222
+ ---
223
+
224
+ # License and Citation
225
+ All the data within this repo is licensed under CC BY-NC-SA 4.0. Please consider citing our project if it contributes to your research.
226
+ ```bash
227
+ @misc{PX OmniSharing DB,
228
+ title = {PX OmniSharing DB},
229
+ author = {PX OmniSharing DB},
230
+ howpublished = {\url{https://huggingface.co/datasets/paxini/Omnisharing_DB_SampleData}},
231
+ year = {2026}
232
+ }
233
  ```