XNX25 commited on
Commit
5dddabd
·
verified ·
1 Parent(s): 705e839

Add TsFile (converted from jadechoghari/svla_so101-sim_task4_v3_multiple_1)

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ data/svla_so101_sim_task4_v3_multiple_1.tsfile filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ tags:
5
+ - LeRobot
6
+ - so101-sim
7
+ - svla
8
+ - simulation
9
+ - tsfile
10
+ - format:tsfile
11
+ - time-series
12
+ modality:
13
+ - timeseries
14
+ configs:
15
+ - config_name: default
16
+ data_files:
17
+ - split: train
18
+ path: data/svla_so101_sim_task4_v3_multiple_1.tsfile
19
+ ---
20
+
21
+ # svla_so101-sim_task4_v3_multiple_1 (TsFile)
22
+
23
+ Apache TsFile version of [`jadechoghari/svla_so101-sim_task4_v3_multiple_1`](https://huggingface.co/datasets/jadechoghari/svla_so101-sim_task4_v3_multiple_1), a LeRobot v2.1 simulation dataset recorded with a simulated SO-101 arm.
24
+
25
+ ## Overview
26
+
27
+ This dataset is a LeRobot v2.1 dataset recorded in simulation with an SO-101 arm (`so101-sim`), for a single pick-and-place-style task, with per-frame 6-DOF joint state and action plus three camera streams (`top`, `side`, `wrist`).
28
+
29
+ - **Robot:** SO-101 simulation (`so101-sim`)
30
+ - **Scale:** 1,116 episodes, 401,760 frames, 1 task, 30 fps
31
+ - **Split:** train
32
+ - **Cameras (not uploaded):** `top`, `side`, `wrist`
33
+
34
+ ## Schema (TsFile structure)
35
+
36
+ The TsFile table is named `svla_so101_sim_task4_v3_multiple_1`.
37
+
38
+ | Role | Columns |
39
+ | --- | --- |
40
+ | Time | `Time`, INT64 milliseconds |
41
+ | TAG | `episode_index`, `task_index` |
42
+ | FIELD | `frame_index`, `sample_index` |
43
+ | FIELD | `observation_state_0` … `observation_state_5`, FLOAT |
44
+ | FIELD | `action_0` … `action_5`, FLOAT |
45
+
46
+ The original 6-element `observation.state` and `action` vectors are flattened into scalar FLOAT measurements. The source `index` column is retained as `sample_index`.
47
+
48
+ ## Conversion notes
49
+
50
+ - `Time = round(timestamp * 1000)` with millisecond precision; time restarts inside each episode, while `episode_index` and `task_index` identify the TsFile device.
51
+ - The original `timestamp` field is omitted because it is exactly represented by `Time / 1000`.
52
+ - Camera video streams are NOT included in this repository; they remain in the [source videos tree](https://huggingface.co/datasets/jadechoghari/svla_so101-sim_task4_v3_multiple_1/tree/main/videos).
53
+ - `meta/` is mirrored from the source. Aside from the redundant `timestamp` column and the excluded videos, no source rows or numeric fields are dropped.
54
+
55
+ ## Read example
56
+
57
+ ```python
58
+ from tsfile import TsFileReader
59
+
60
+ with TsFileReader("data/svla_so101_sim_task4_v3_multiple_1.tsfile") as reader:
61
+ print(reader.get_all_table_schemas()["svla_so101_sim_task4_v3_multiple_1"])
62
+ ```
63
+
64
+ ## Source & license
65
+
66
+ - Original dataset: https://huggingface.co/datasets/jadechoghari/svla_so101-sim_task4_v3_multiple_1
67
+ - Author: jadechoghari
68
+ - License: not declared by the original dataset; please defer to the original.
data/svla_so101_sim_task4_v3_multiple_1.tsfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4efe44b2cdc7d57d375dd833b6414195b19cc9c4dca9b4be9442f643cf65d501
3
+ size 16156260
meta/episodes.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/episodes_stats.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/info.json ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101-sim",
4
+ "total_episodes": 1116,
5
+ "total_frames": 401760,
6
+ "total_tasks": 1,
7
+ "total_videos": 3348,
8
+ "total_chunks": 2,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1116"
13
+ },
14
+ "data_path": "data/svla_so101_sim_task4_v3_multiple_1.tsfile",
15
+ "features": {
16
+ "Time": {
17
+ "dtype": "int64",
18
+ "shape": [
19
+ 1
20
+ ],
21
+ "tsfile_role": "TIME",
22
+ "unit": "ms"
23
+ },
24
+ "episode_index": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "tsfile_role": "TAG"
30
+ },
31
+ "task_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "tsfile_role": "TAG"
37
+ },
38
+ "frame_index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "tsfile_role": "FIELD"
44
+ },
45
+ "sample_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "tsfile_role": "FIELD"
51
+ },
52
+ "observation_state_0": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "tsfile_role": "FIELD"
58
+ },
59
+ "observation_state_1": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "tsfile_role": "FIELD"
65
+ },
66
+ "observation_state_2": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "tsfile_role": "FIELD"
72
+ },
73
+ "observation_state_3": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "tsfile_role": "FIELD"
79
+ },
80
+ "observation_state_4": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "tsfile_role": "FIELD"
86
+ },
87
+ "observation_state_5": {
88
+ "dtype": "float32",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "tsfile_role": "FIELD"
93
+ },
94
+ "action_0": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "tsfile_role": "FIELD"
100
+ },
101
+ "action_1": {
102
+ "dtype": "float32",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "tsfile_role": "FIELD"
107
+ },
108
+ "action_2": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "tsfile_role": "FIELD"
114
+ },
115
+ "action_3": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "tsfile_role": "FIELD"
121
+ },
122
+ "action_4": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "tsfile_role": "FIELD"
128
+ },
129
+ "action_5": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "tsfile_role": "FIELD"
135
+ }
136
+ },
137
+ "video_path_original": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
138
+ "tsfile_conversion": {
139
+ "source_dataset": "jadechoghari/svla_so101-sim_task4_v3_multiple_1",
140
+ "source_data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
141
+ "converted_data_path": "data/svla_so101_sim_task4_v3_multiple_1.tsfile",
142
+ "table_name": "svla_so101_sim_task4_v3_multiple_1",
143
+ "granularity": "merged",
144
+ "time_precision": "ms",
145
+ "time_mapping": {
146
+ "source": "auto",
147
+ "fps": 30,
148
+ "unit": "milliseconds"
149
+ },
150
+ "tag_columns": [
151
+ "episode_index",
152
+ "task_index"
153
+ ],
154
+ "row_count": 401760,
155
+ "feature_source": "features describe the converted TsFile schema",
156
+ "flattened_features": {
157
+ "observation.state": [
158
+ "observation_state_0",
159
+ "observation_state_1",
160
+ "observation_state_2",
161
+ "observation_state_3",
162
+ "observation_state_4",
163
+ "observation_state_5"
164
+ ],
165
+ "action": [
166
+ "action_0",
167
+ "action_1",
168
+ "action_2",
169
+ "action_3",
170
+ "action_4",
171
+ "action_5"
172
+ ]
173
+ },
174
+ "renamed_features": {
175
+ "index": "sample_index"
176
+ },
177
+ "dropped_features": [
178
+ "timestamp"
179
+ ],
180
+ "omitted_features": [
181
+ "observation.image.top",
182
+ "observation.image.side",
183
+ "observation.image.wrist"
184
+ ],
185
+ "original_video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
186
+ "original_video_features": {
187
+ "observation.image.top": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 480,
191
+ 640,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channels"
198
+ ],
199
+ "info": {
200
+ "video.height": 480,
201
+ "video.width": 640,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 30,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "observation.image.side": {
211
+ "dtype": "video",
212
+ "shape": [
213
+ 480,
214
+ 640,
215
+ 3
216
+ ],
217
+ "names": [
218
+ "height",
219
+ "width",
220
+ "channels"
221
+ ],
222
+ "info": {
223
+ "video.height": 480,
224
+ "video.width": 640,
225
+ "video.codec": "av1",
226
+ "video.pix_fmt": "yuv420p",
227
+ "video.is_depth_map": false,
228
+ "video.fps": 30,
229
+ "video.channels": 3,
230
+ "has_audio": false
231
+ }
232
+ },
233
+ "observation.image.wrist": {
234
+ "dtype": "video",
235
+ "shape": [
236
+ 480,
237
+ 640,
238
+ 3
239
+ ],
240
+ "names": [
241
+ "height",
242
+ "width",
243
+ "channels"
244
+ ],
245
+ "info": {
246
+ "video.height": 480,
247
+ "video.width": 640,
248
+ "video.codec": "av1",
249
+ "video.pix_fmt": "yuv420p",
250
+ "video.is_depth_map": false,
251
+ "video.fps": 30,
252
+ "video.channels": 3,
253
+ "has_audio": false
254
+ }
255
+ }
256
+ },
257
+ "original_video_source": "https://huggingface.co/datasets/jadechoghari/svla_so101-sim_task4_v3_multiple_1/tree/main/videos",
258
+ "video_policy": "Videos are not uploaded to this repository; use the original HuggingFace dataset videos."
259
+ }
260
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "pick up the red cube and place it on top of the green cube"}