orgn3ai commited on
Commit
eb819cf
·
verified ·
1 Parent(s): 9857e12

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -77,7 +77,7 @@ This section provides detailed statistics extracted from `dataset_metadata.json`
77
  - **Total Clips**: 26
78
  - **Number of Sequences**: 39
79
  - **Number of Streams**: 3
80
- - **Stream Types**: ego, imu, third
81
 
82
  ### Duration Statistics
83
 
@@ -125,7 +125,7 @@ dataset/
125
  │ └── mosaic.mp4 # Mosaic preview video
126
  └── videos/ # All video clips
127
  └── ego/ # Ego video clips
128
- └── imu/ # Imu video clips
129
  └── third/ # Third video clips
130
  ```
131
 
@@ -133,7 +133,7 @@ dataset/
133
 
134
  The dataset contains **26 synchronized scenes** in a single `train` split. Each example includes:
135
 
136
- - **Synchronized video columns**: One column per flux type (e.g., `ego`, `imu`, `third`)
137
  - **Scene metadata**: `scene_id`, `sync_id`, `duration_ms`, `padding_ms`, `fps`
138
  - **Rich metadata dictionary**: Task, environment, audio info, and synchronization details
139
 
@@ -294,7 +294,7 @@ Each example contains:
294
  - **`fps`**: Frames per second (extracted from video)
295
  - **`batch_id`**: Batch identifier
296
  - **`dataset_name`**: Dataset name from config
297
- - **One column per flux**: Each flux name from `metadata['flux_names']` has its own column (e.g., `ego`, `imu`, `third`) - String path to video file (relative to dataset root)
298
  - **`metadata`**: Dictionary containing:
299
  - `task`: Task identifier
300
  - `environment`: Environment description
 
77
  - **Total Clips**: 26
78
  - **Number of Sequences**: 39
79
  - **Number of Streams**: 3
80
+ - **Stream Types**: ego, imu_left_wrist, third
81
 
82
  ### Duration Statistics
83
 
 
125
  │ └── mosaic.mp4 # Mosaic preview video
126
  └── videos/ # All video clips
127
  └── ego/ # Ego video clips
128
+ └── imu_left_wrist/ # Imu_left_wrist video clips
129
  └── third/ # Third video clips
130
  ```
131
 
 
133
 
134
  The dataset contains **26 synchronized scenes** in a single `train` split. Each example includes:
135
 
136
+ - **Synchronized video columns**: One column per flux type (e.g., `ego`, `imu_left_wrist`, `third`)
137
  - **Scene metadata**: `scene_id`, `sync_id`, `duration_ms`, `padding_ms`, `fps`
138
  - **Rich metadata dictionary**: Task, environment, audio info, and synchronization details
139
 
 
294
  - **`fps`**: Frames per second (extracted from video)
295
  - **`batch_id`**: Batch identifier
296
  - **`dataset_name`**: Dataset name from config
297
+ - **One column per flux**: Each flux name from `metadata['flux_names']` has its own column (e.g., `ego`, `imu_left_wrist`, `third`) - String path to video file (relative to dataset root)
298
  - **`metadata`**: Dictionary containing:
299
  - `task`: Task identifier
300
  - `environment`: Environment description
dataset_metadata.json CHANGED
@@ -6,12 +6,12 @@
6
  "num_streams": 3,
7
  "stream_types": [
8
  "ego",
9
- "imu",
10
  "third"
11
  ],
12
  "flux": [
13
  "ego",
14
- "imu",
15
  "third"
16
  ],
17
  "padding_ms": 1500,
@@ -230,92 +230,92 @@
230
  "duration_ms": 27800
231
  },
232
  {
233
- "id": "pizza_dough_ballforming_01_imu_25000ms",
234
- "flux_name": "imu",
235
  "type": "imu",
236
  "num_clips": 1,
237
  "duration_ms": 25000
238
  },
239
  {
240
- "id": "pizza_dough_ballforming_01_imu_24100ms",
241
- "flux_name": "imu",
242
  "type": "imu",
243
  "num_clips": 1,
244
  "duration_ms": 24100
245
  },
246
  {
247
- "id": "pizza_dough_ballforming_01_imu_26500ms",
248
- "flux_name": "imu",
249
  "type": "imu",
250
  "num_clips": 1,
251
  "duration_ms": 26500
252
  },
253
  {
254
- "id": "pizza_dough_ballforming_01_imu_24167ms",
255
- "flux_name": "imu",
256
  "type": "imu",
257
  "num_clips": 1,
258
  "duration_ms": 24167
259
  },
260
  {
261
- "id": "pizza_dough_ballforming_01_imu_29833ms",
262
- "flux_name": "imu",
263
  "type": "imu",
264
  "num_clips": 1,
265
  "duration_ms": 29833
266
  },
267
  {
268
- "id": "pizza_dough_ballforming_01_imu_28467ms",
269
- "flux_name": "imu",
270
  "type": "imu",
271
  "num_clips": 1,
272
  "duration_ms": 28467
273
  },
274
  {
275
- "id": "pizza_dough_ballforming_01_imu_26833ms",
276
- "flux_name": "imu",
277
  "type": "imu",
278
  "num_clips": 1,
279
  "duration_ms": 26833
280
  },
281
  {
282
- "id": "pizza_dough_ballforming_01_imu_25533ms",
283
- "flux_name": "imu",
284
  "type": "imu",
285
  "num_clips": 1,
286
  "duration_ms": 25533
287
  },
288
  {
289
- "id": "pizza_dough_ballforming_01_imu_23867ms",
290
- "flux_name": "imu",
291
  "type": "imu",
292
  "num_clips": 1,
293
  "duration_ms": 23867
294
  },
295
  {
296
- "id": "pizza_dough_ballforming_01_imu_24733ms",
297
- "flux_name": "imu",
298
  "type": "imu",
299
  "num_clips": 1,
300
  "duration_ms": 24733
301
  },
302
  {
303
- "id": "pizza_dough_ballforming_01_imu_29334ms",
304
- "flux_name": "imu",
305
  "type": "imu",
306
  "num_clips": 1,
307
  "duration_ms": 29334
308
  },
309
  {
310
- "id": "pizza_dough_ballforming_01_imu_23367ms",
311
- "flux_name": "imu",
312
  "type": "imu",
313
  "num_clips": 1,
314
  "duration_ms": 23367
315
  },
316
  {
317
- "id": "pizza_dough_ballforming_01_imu_27800ms",
318
- "flux_name": "imu",
319
  "type": "imu",
320
  "num_clips": 1,
321
  "duration_ms": 27800
 
6
  "num_streams": 3,
7
  "stream_types": [
8
  "ego",
9
+ "imu_left_wrist",
10
  "third"
11
  ],
12
  "flux": [
13
  "ego",
14
+ "imu_left_wrist",
15
  "third"
16
  ],
17
  "padding_ms": 1500,
 
230
  "duration_ms": 27800
231
  },
232
  {
233
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_25000ms",
234
+ "flux_name": "imu_left_wrist",
235
  "type": "imu",
236
  "num_clips": 1,
237
  "duration_ms": 25000
238
  },
239
  {
240
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_24100ms",
241
+ "flux_name": "imu_left_wrist",
242
  "type": "imu",
243
  "num_clips": 1,
244
  "duration_ms": 24100
245
  },
246
  {
247
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_26500ms",
248
+ "flux_name": "imu_left_wrist",
249
  "type": "imu",
250
  "num_clips": 1,
251
  "duration_ms": 26500
252
  },
253
  {
254
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_24167ms",
255
+ "flux_name": "imu_left_wrist",
256
  "type": "imu",
257
  "num_clips": 1,
258
  "duration_ms": 24167
259
  },
260
  {
261
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_29833ms",
262
+ "flux_name": "imu_left_wrist",
263
  "type": "imu",
264
  "num_clips": 1,
265
  "duration_ms": 29833
266
  },
267
  {
268
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_28467ms",
269
+ "flux_name": "imu_left_wrist",
270
  "type": "imu",
271
  "num_clips": 1,
272
  "duration_ms": 28467
273
  },
274
  {
275
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_26833ms",
276
+ "flux_name": "imu_left_wrist",
277
  "type": "imu",
278
  "num_clips": 1,
279
  "duration_ms": 26833
280
  },
281
  {
282
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_25533ms",
283
+ "flux_name": "imu_left_wrist",
284
  "type": "imu",
285
  "num_clips": 1,
286
  "duration_ms": 25533
287
  },
288
  {
289
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_23867ms",
290
+ "flux_name": "imu_left_wrist",
291
  "type": "imu",
292
  "num_clips": 1,
293
  "duration_ms": 23867
294
  },
295
  {
296
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_24733ms",
297
+ "flux_name": "imu_left_wrist",
298
  "type": "imu",
299
  "num_clips": 1,
300
  "duration_ms": 24733
301
  },
302
  {
303
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_29334ms",
304
+ "flux_name": "imu_left_wrist",
305
  "type": "imu",
306
  "num_clips": 1,
307
  "duration_ms": 29334
308
  },
309
  {
310
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_23367ms",
311
+ "flux_name": "imu_left_wrist",
312
  "type": "imu",
313
  "num_clips": 1,
314
  "duration_ms": 23367
315
  },
316
  {
317
+ "id": "pizza_dough_ballforming_01_imu_left_wrist_27800ms",
318
+ "flux_name": "imu_left_wrist",
319
  "type": "imu",
320
  "num_clips": 1,
321
  "duration_ms": 27800
imu/imu_left_wrist/0000.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0001.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0002.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0003.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0004.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0005.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0006.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0007.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0008.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0009.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0010.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0011.json ADDED
The diff for this file is too large to render. See raw diff
 
imu/imu_left_wrist/0012.json ADDED
The diff for this file is too large to render. See raw diff
 
medias/mosaic.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3a3e99b5a51c381a443dcfd4c8947098ba7b616130c46f043290392347fa18c
3
- size 10515165
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:981c16cc208cdfb97f5cc83d3035be152e72d6cb88b0f004c0be26625f789036
3
+ size 10316153
train/data-00000-of-00001.arrow CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7f358e009ac913ee082da0916c7e291056e271353cf5f9c5a6695f8dc94b7a4
3
- size 261176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33e77eabe7e4191dcfe7305a110678684dae8640b6562e85be29dd68c8327573
3
+ size 261112
train/dataset_info.json CHANGED
@@ -34,7 +34,7 @@
34
  "dtype": "string",
35
  "_type": "Value"
36
  },
37
- "imu": {
38
  "dtype": "string",
39
  "_type": "Value"
40
  },
@@ -42,14 +42,14 @@
42
  "dtype": "string",
43
  "_type": "Value"
44
  },
45
- "imu_timestamps": {
46
  "feature": {
47
  "dtype": "float64",
48
  "_type": "Value"
49
  },
50
  "_type": "List"
51
  },
52
- "imu_magnetometer": {
53
  "feature": {
54
  "feature": {
55
  "dtype": "float32",
@@ -59,7 +59,7 @@
59
  },
60
  "_type": "List"
61
  },
62
- "imu_orientation": {
63
  "feature": {
64
  "feature": {
65
  "dtype": "float32",
@@ -69,7 +69,7 @@
69
  },
70
  "_type": "List"
71
  },
72
- "imu_accel": {
73
  "feature": {
74
  "feature": {
75
  "dtype": "float32",
@@ -79,7 +79,7 @@
79
  },
80
  "_type": "List"
81
  },
82
- "imu_gravity": {
83
  "feature": {
84
  "feature": {
85
  "dtype": "float32",
@@ -89,7 +89,7 @@
89
  },
90
  "_type": "List"
91
  },
92
- "imu_gyro": {
93
  "feature": {
94
  "feature": {
95
  "dtype": "float32",
@@ -99,7 +99,7 @@
99
  },
100
  "_type": "List"
101
  },
102
- "imu_total_accel": {
103
  "feature": {
104
  "feature": {
105
  "dtype": "float32",
@@ -109,7 +109,7 @@
109
  },
110
  "_type": "List"
111
  },
112
- "imu_location": {
113
  "feature": {
114
  "feature": {
115
  "dtype": "float32",
 
34
  "dtype": "string",
35
  "_type": "Value"
36
  },
37
+ "imu_left_wrist": {
38
  "dtype": "string",
39
  "_type": "Value"
40
  },
 
42
  "dtype": "string",
43
  "_type": "Value"
44
  },
45
+ "imu_left_wrist_timestamps": {
46
  "feature": {
47
  "dtype": "float64",
48
  "_type": "Value"
49
  },
50
  "_type": "List"
51
  },
52
+ "imu_left_wrist_magnetometer": {
53
  "feature": {
54
  "feature": {
55
  "dtype": "float32",
 
59
  },
60
  "_type": "List"
61
  },
62
+ "imu_left_wrist_orientation": {
63
  "feature": {
64
  "feature": {
65
  "dtype": "float32",
 
69
  },
70
  "_type": "List"
71
  },
72
+ "imu_left_wrist_accel": {
73
  "feature": {
74
  "feature": {
75
  "dtype": "float32",
 
79
  },
80
  "_type": "List"
81
  },
82
+ "imu_left_wrist_gravity": {
83
  "feature": {
84
  "feature": {
85
  "dtype": "float32",
 
89
  },
90
  "_type": "List"
91
  },
92
+ "imu_left_wrist_gyro": {
93
  "feature": {
94
  "feature": {
95
  "dtype": "float32",
 
99
  },
100
  "_type": "List"
101
  },
102
+ "imu_left_wrist_total_accel": {
103
  "feature": {
104
  "feature": {
105
  "dtype": "float32",
 
109
  },
110
  "_type": "List"
111
  },
112
+ "imu_left_wrist_location": {
113
  "feature": {
114
  "feature": {
115
  "dtype": "float32",
train/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "8e292f6fd3abdccd",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "e41d8dc55bfccadc",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,