VGalaxies666 commited on
Commit
0b27e8d
·
verified ·
1 Parent(s): 98a0aa3

Add TsFile (converted from DistantSky/long_cable_insertion)

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/long_cable_insertion.tsfile filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - tsfile
7
+ - timeseries
8
+ - time-series
9
+ - lerobot
10
+ - robotics
11
+ - real
12
+ - hessian
13
+ - manipulation
14
+ pretty_name: Long Cable Insertion (LeRobot) — TsFile
15
+ size_categories:
16
+ - 10K<n<100K
17
+ ---
18
+
19
+ # Long Cable Insertion (TsFile)
20
+
21
+ Apache TsFile version of [`DistantSky/long_cable_insertion`](https://huggingface.co/datasets/DistantSky/long_cable_insertion).
22
+
23
+ ## Overview
24
+
25
+ A real-robot LeRobot (v2.1) teleoperation dataset of a long-cable insertion task on a **14-DoF dual-arm "hessian" robot**, recorded at 60 fps. Every episode is a trajectory for the single task *"insert the cable into the holders"*, with synchronized joint state, joint velocity, and action commands, plus per-frame subgoal metadata.
26
+
27
+ - **Robot:** hessian, dual-arm, 14 joints.
28
+ - **Episodes:** 114 (episode_index 0–113).
29
+ - **Frames:** 50,219 time-series rows.
30
+ - **Task:** 1 — `insert the cable into the holders`.
31
+ - **Sampling rate:** 60 fps (from `meta/info.json`).
32
+
33
+ ## Schema (TsFile structure)
34
+
35
+ All 114 episodes are stored in a single TsFile table. `episode_index`, `task_index` and `prompt` are TAG columns (the TsFile device dimension); `prompt` is constant within an episode, so it is stored once as a TAG rather than repeated per frame. Select one episode with `WHERE episode_index=0`.
36
+
37
+ - **Time** (INT64, milliseconds) — `round(timestamp * 1000)`; restarts at 0 for each episode, stepping by ~17 ms (60 fps).
38
+ - **episode_index** (TAG) — source episode id, 0–113.
39
+ - **task_index** (TAG) — source task id (0).
40
+ - **prompt** (TAG, STRING) — the task instruction text.
41
+ - **frame_index** (FIELD, INT64) — frame number within the episode.
42
+ - **sample_index** (FIELD, INT64) — the source global `index` column, renamed.
43
+ - **observation_state_0 … _13** (FIELD, FLOAT) — joint state, flattened from the 14-element `observation.state` vector.
44
+ - **observation_velocity_0 … _13** (FIELD, FLOAT) — joint velocity, flattened from `observation.velocity`.
45
+ - **action_0 … _13** (FIELD, FLOAT) — joint action command, flattened from `action`.
46
+ - **source_action_time_s** (FIELD, FLOAT) — source `source.action_time_s`.
47
+ - **metadata_failure**, **metadata_subgoal_switch** (FIELD, BOOLEAN) — per-frame metadata flags.
48
+ - **metadata_subgoal_order_0 … _2** (FIELD, FLOAT) — the source `metadata.subgoal_order` int64[3] indices, stored as FLOAT like the other flattened vectors.
49
+ - **metadata_subgoal_order_string** (FIELD, STRING) — string form of the subgoal order.
50
+
51
+ The source `timestamp` column is dropped because it equals `Time / 1000` seconds. No other columns or rows are dropped.
52
+
53
+ ## Videos & raw dumps
54
+
55
+ - The three camera video streams (`observation.images.video_left`, `observation.images.video_overhead`, `observation.images.video_right`) are **NOT** included in this repository. Obtain them from the original dataset: <https://huggingface.co/datasets/DistantSky/long_cable_insertion> (the `videos/` directory).
56
+ - The original dataset also ships `raw_episodes/*.npz` (raw NumPy dumps that duplicate the per-episode Parquet frame data). These are **NOT** included here; the Parquet frame data is the canonical time series.
57
+
58
+ ## Usage
59
+
60
+ Read the `.tsfile` file with the Apache TsFile Java or Python SDK.
61
+
62
+ ## Source & license
63
+
64
+ - Original dataset: <https://huggingface.co/datasets/DistantSky/long_cable_insertion>
65
+ - Author / publisher: DistantSky
66
+ - Created with: [LeRobot](https://github.com/huggingface/lerobot)
67
+ - License: Apache-2.0 (as declared by the original dataset).
data/long_cable_insertion.tsfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ace460f5a868fe9dc812fd44f5e9910f6115cc49a23a526fece4b8ab401703d8
3
+ size 7560468
meta/episodes.jsonl ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["insert the cable into the holders"], "length": 579}
2
+ {"episode_index": 1, "tasks": ["insert the cable into the holders"], "length": 567}
3
+ {"episode_index": 2, "tasks": ["insert the cable into the holders"], "length": 558}
4
+ {"episode_index": 3, "tasks": ["insert the cable into the holders"], "length": 490}
5
+ {"episode_index": 4, "tasks": ["insert the cable into the holders"], "length": 540}
6
+ {"episode_index": 5, "tasks": ["insert the cable into the holders"], "length": 507}
7
+ {"episode_index": 6, "tasks": ["insert the cable into the holders"], "length": 436}
8
+ {"episode_index": 7, "tasks": ["insert the cable into the holders"], "length": 521}
9
+ {"episode_index": 8, "tasks": ["insert the cable into the holders"], "length": 524}
10
+ {"episode_index": 9, "tasks": ["insert the cable into the holders"], "length": 461}
11
+ {"episode_index": 10, "tasks": ["insert the cable into the holders"], "length": 472}
12
+ {"episode_index": 11, "tasks": ["insert the cable into the holders"], "length": 450}
13
+ {"episode_index": 12, "tasks": ["insert the cable into the holders"], "length": 549}
14
+ {"episode_index": 13, "tasks": ["insert the cable into the holders"], "length": 444}
15
+ {"episode_index": 14, "tasks": ["insert the cable into the holders"], "length": 414}
16
+ {"episode_index": 15, "tasks": ["insert the cable into the holders"], "length": 465}
17
+ {"episode_index": 16, "tasks": ["insert the cable into the holders"], "length": 436}
18
+ {"episode_index": 17, "tasks": ["insert the cable into the holders"], "length": 437}
19
+ {"episode_index": 18, "tasks": ["insert the cable into the holders"], "length": 413}
20
+ {"episode_index": 19, "tasks": ["insert the cable into the holders"], "length": 420}
21
+ {"episode_index": 20, "tasks": ["insert the cable into the holders"], "length": 463}
22
+ {"episode_index": 21, "tasks": ["insert the cable into the holders"], "length": 423}
23
+ {"episode_index": 22, "tasks": ["insert the cable into the holders"], "length": 403}
24
+ {"episode_index": 23, "tasks": ["insert the cable into the holders"], "length": 420}
25
+ {"episode_index": 24, "tasks": ["insert the cable into the holders"], "length": 409}
26
+ {"episode_index": 25, "tasks": ["insert the cable into the holders"], "length": 413}
27
+ {"episode_index": 26, "tasks": ["insert the cable into the holders"], "length": 418}
28
+ {"episode_index": 27, "tasks": ["insert the cable into the holders"], "length": 390}
29
+ {"episode_index": 28, "tasks": ["insert the cable into the holders"], "length": 409}
30
+ {"episode_index": 29, "tasks": ["insert the cable into the holders"], "length": 406}
31
+ {"episode_index": 30, "tasks": ["insert the cable into the holders"], "length": 393}
32
+ {"episode_index": 31, "tasks": ["insert the cable into the holders"], "length": 448}
33
+ {"episode_index": 32, "tasks": ["insert the cable into the holders"], "length": 405}
34
+ {"episode_index": 33, "tasks": ["insert the cable into the holders"], "length": 395}
35
+ {"episode_index": 34, "tasks": ["insert the cable into the holders"], "length": 426}
36
+ {"episode_index": 35, "tasks": ["insert the cable into the holders"], "length": 408}
37
+ {"episode_index": 36, "tasks": ["insert the cable into the holders"], "length": 349}
38
+ {"episode_index": 37, "tasks": ["insert the cable into the holders"], "length": 393}
39
+ {"episode_index": 38, "tasks": ["insert the cable into the holders"], "length": 378}
40
+ {"episode_index": 39, "tasks": ["insert the cable into the holders"], "length": 413}
41
+ {"episode_index": 40, "tasks": ["insert the cable into the holders"], "length": 395}
42
+ {"episode_index": 41, "tasks": ["insert the cable into the holders"], "length": 409}
43
+ {"episode_index": 42, "tasks": ["insert the cable into the holders"], "length": 357}
44
+ {"episode_index": 43, "tasks": ["insert the cable into the holders"], "length": 430}
45
+ {"episode_index": 44, "tasks": ["insert the cable into the holders"], "length": 382}
46
+ {"episode_index": 45, "tasks": ["insert the cable into the holders"], "length": 400}
47
+ {"episode_index": 46, "tasks": ["insert the cable into the holders"], "length": 402}
48
+ {"episode_index": 47, "tasks": ["insert the cable into the holders"], "length": 373}
49
+ {"episode_index": 48, "tasks": ["insert the cable into the holders"], "length": 362}
50
+ {"episode_index": 49, "tasks": ["insert the cable into the holders"], "length": 507}
51
+ {"episode_index": 50, "tasks": ["insert the cable into the holders"], "length": 470}
52
+ {"episode_index": 51, "tasks": ["insert the cable into the holders"], "length": 408}
53
+ {"episode_index": 52, "tasks": ["insert the cable into the holders"], "length": 419}
54
+ {"episode_index": 53, "tasks": ["insert the cable into the holders"], "length": 425}
55
+ {"episode_index": 54, "tasks": ["insert the cable into the holders"], "length": 439}
56
+ {"episode_index": 55, "tasks": ["insert the cable into the holders"], "length": 421}
57
+ {"episode_index": 56, "tasks": ["insert the cable into the holders"], "length": 441}
58
+ {"episode_index": 57, "tasks": ["insert the cable into the holders"], "length": 402}
59
+ {"episode_index": 58, "tasks": ["insert the cable into the holders"], "length": 384}
60
+ {"episode_index": 59, "tasks": ["insert the cable into the holders"], "length": 440}
61
+ {"episode_index": 60, "tasks": ["insert the cable into the holders"], "length": 407}
62
+ {"episode_index": 61, "tasks": ["insert the cable into the holders"], "length": 415}
63
+ {"episode_index": 62, "tasks": ["insert the cable into the holders"], "length": 405}
64
+ {"episode_index": 63, "tasks": ["insert the cable into the holders"], "length": 395}
65
+ {"episode_index": 64, "tasks": ["insert the cable into the holders"], "length": 430}
66
+ {"episode_index": 65, "tasks": ["insert the cable into the holders"], "length": 405}
67
+ {"episode_index": 66, "tasks": ["insert the cable into the holders"], "length": 419}
68
+ {"episode_index": 67, "tasks": ["insert the cable into the holders"], "length": 418}
69
+ {"episode_index": 68, "tasks": ["insert the cable into the holders"], "length": 422}
70
+ {"episode_index": 69, "tasks": ["insert the cable into the holders"], "length": 478}
71
+ {"episode_index": 70, "tasks": ["insert the cable into the holders"], "length": 486}
72
+ {"episode_index": 71, "tasks": ["insert the cable into the holders"], "length": 459}
73
+ {"episode_index": 72, "tasks": ["insert the cable into the holders"], "length": 407}
74
+ {"episode_index": 73, "tasks": ["insert the cable into the holders"], "length": 417}
75
+ {"episode_index": 74, "tasks": ["insert the cable into the holders"], "length": 414}
76
+ {"episode_index": 75, "tasks": ["insert the cable into the holders"], "length": 450}
77
+ {"episode_index": 76, "tasks": ["insert the cable into the holders"], "length": 447}
78
+ {"episode_index": 77, "tasks": ["insert the cable into the holders"], "length": 448}
79
+ {"episode_index": 78, "tasks": ["insert the cable into the holders"], "length": 443}
80
+ {"episode_index": 79, "tasks": ["insert the cable into the holders"], "length": 446}
81
+ {"episode_index": 80, "tasks": ["insert the cable into the holders"], "length": 435}
82
+ {"episode_index": 81, "tasks": ["insert the cable into the holders"], "length": 453}
83
+ {"episode_index": 82, "tasks": ["insert the cable into the holders"], "length": 519}
84
+ {"episode_index": 83, "tasks": ["insert the cable into the holders"], "length": 448}
85
+ {"episode_index": 84, "tasks": ["insert the cable into the holders"], "length": 455}
86
+ {"episode_index": 85, "tasks": ["insert the cable into the holders"], "length": 453}
87
+ {"episode_index": 86, "tasks": ["insert the cable into the holders"], "length": 444}
88
+ {"episode_index": 87, "tasks": ["insert the cable into the holders"], "length": 438}
89
+ {"episode_index": 88, "tasks": ["insert the cable into the holders"], "length": 415}
90
+ {"episode_index": 89, "tasks": ["insert the cable into the holders"], "length": 411}
91
+ {"episode_index": 90, "tasks": ["insert the cable into the holders"], "length": 406}
92
+ {"episode_index": 91, "tasks": ["insert the cable into the holders"], "length": 419}
93
+ {"episode_index": 92, "tasks": ["insert the cable into the holders"], "length": 442}
94
+ {"episode_index": 93, "tasks": ["insert the cable into the holders"], "length": 433}
95
+ {"episode_index": 94, "tasks": ["insert the cable into the holders"], "length": 470}
96
+ {"episode_index": 95, "tasks": ["insert the cable into the holders"], "length": 605}
97
+ {"episode_index": 96, "tasks": ["insert the cable into the holders"], "length": 600}
98
+ {"episode_index": 97, "tasks": ["insert the cable into the holders"], "length": 453}
99
+ {"episode_index": 98, "tasks": ["insert the cable into the holders"], "length": 446}
100
+ {"episode_index": 99, "tasks": ["insert the cable into the holders"], "length": 432}
101
+ {"episode_index": 100, "tasks": ["insert the cable into the holders"], "length": 463}
102
+ {"episode_index": 101, "tasks": ["insert the cable into the holders"], "length": 453}
103
+ {"episode_index": 102, "tasks": ["insert the cable into the holders"], "length": 421}
104
+ {"episode_index": 103, "tasks": ["insert the cable into the holders"], "length": 451}
105
+ {"episode_index": 104, "tasks": ["insert the cable into the holders"], "length": 441}
106
+ {"episode_index": 105, "tasks": ["insert the cable into the holders"], "length": 564}
107
+ {"episode_index": 106, "tasks": ["insert the cable into the holders"], "length": 454}
108
+ {"episode_index": 107, "tasks": ["insert the cable into the holders"], "length": 406}
109
+ {"episode_index": 108, "tasks": ["insert the cable into the holders"], "length": 411}
110
+ {"episode_index": 109, "tasks": ["insert the cable into the holders"], "length": 469}
111
+ {"episode_index": 110, "tasks": ["insert the cable into the holders"], "length": 426}
112
+ {"episode_index": 111, "tasks": ["insert the cable into the holders"], "length": 476}
113
+ {"episode_index": 112, "tasks": ["insert the cable into the holders"], "length": 416}
114
+ {"episode_index": 113, "tasks": ["insert the cable into the holders"], "length": 469}
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,568 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "hessian",
4
+ "total_episodes": 114,
5
+ "total_frames": 50219,
6
+ "total_tasks": 1,
7
+ "total_videos": 342,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 60,
11
+ "splits": {
12
+ "train": "0:114"
13
+ },
14
+ "data_path": "data/long_cable_insertion.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
+ "source_action_time_s": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "tsfile_role": "FIELD"
58
+ },
59
+ "metadata_failure": {
60
+ "dtype": "bool",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "tsfile_role": "FIELD"
65
+ },
66
+ "metadata_subgoal_switch": {
67
+ "dtype": "bool",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "tsfile_role": "FIELD"
72
+ },
73
+ "metadata_subgoal_order_string": {
74
+ "dtype": "string",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "tsfile_role": "FIELD"
79
+ },
80
+ "prompt": {
81
+ "dtype": "string",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "tsfile_role": "TAG"
86
+ },
87
+ "observation_state_0": {
88
+ "dtype": "float32",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "tsfile_role": "FIELD"
93
+ },
94
+ "observation_state_1": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "tsfile_role": "FIELD"
100
+ },
101
+ "observation_state_2": {
102
+ "dtype": "float32",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "tsfile_role": "FIELD"
107
+ },
108
+ "observation_state_3": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "tsfile_role": "FIELD"
114
+ },
115
+ "observation_state_4": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "tsfile_role": "FIELD"
121
+ },
122
+ "observation_state_5": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "tsfile_role": "FIELD"
128
+ },
129
+ "observation_state_6": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "tsfile_role": "FIELD"
135
+ },
136
+ "observation_state_7": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "tsfile_role": "FIELD"
142
+ },
143
+ "observation_state_8": {
144
+ "dtype": "float32",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "tsfile_role": "FIELD"
149
+ },
150
+ "observation_state_9": {
151
+ "dtype": "float32",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "tsfile_role": "FIELD"
156
+ },
157
+ "observation_state_10": {
158
+ "dtype": "float32",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "tsfile_role": "FIELD"
163
+ },
164
+ "observation_state_11": {
165
+ "dtype": "float32",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "tsfile_role": "FIELD"
170
+ },
171
+ "observation_state_12": {
172
+ "dtype": "float32",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "tsfile_role": "FIELD"
177
+ },
178
+ "observation_state_13": {
179
+ "dtype": "float32",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "tsfile_role": "FIELD"
184
+ },
185
+ "observation_velocity_0": {
186
+ "dtype": "float32",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "tsfile_role": "FIELD"
191
+ },
192
+ "observation_velocity_1": {
193
+ "dtype": "float32",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "tsfile_role": "FIELD"
198
+ },
199
+ "observation_velocity_2": {
200
+ "dtype": "float32",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "tsfile_role": "FIELD"
205
+ },
206
+ "observation_velocity_3": {
207
+ "dtype": "float32",
208
+ "shape": [
209
+ 1
210
+ ],
211
+ "tsfile_role": "FIELD"
212
+ },
213
+ "observation_velocity_4": {
214
+ "dtype": "float32",
215
+ "shape": [
216
+ 1
217
+ ],
218
+ "tsfile_role": "FIELD"
219
+ },
220
+ "observation_velocity_5": {
221
+ "dtype": "float32",
222
+ "shape": [
223
+ 1
224
+ ],
225
+ "tsfile_role": "FIELD"
226
+ },
227
+ "observation_velocity_6": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 1
231
+ ],
232
+ "tsfile_role": "FIELD"
233
+ },
234
+ "observation_velocity_7": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "tsfile_role": "FIELD"
240
+ },
241
+ "observation_velocity_8": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 1
245
+ ],
246
+ "tsfile_role": "FIELD"
247
+ },
248
+ "observation_velocity_9": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "tsfile_role": "FIELD"
254
+ },
255
+ "observation_velocity_10": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 1
259
+ ],
260
+ "tsfile_role": "FIELD"
261
+ },
262
+ "observation_velocity_11": {
263
+ "dtype": "float32",
264
+ "shape": [
265
+ 1
266
+ ],
267
+ "tsfile_role": "FIELD"
268
+ },
269
+ "observation_velocity_12": {
270
+ "dtype": "float32",
271
+ "shape": [
272
+ 1
273
+ ],
274
+ "tsfile_role": "FIELD"
275
+ },
276
+ "observation_velocity_13": {
277
+ "dtype": "float32",
278
+ "shape": [
279
+ 1
280
+ ],
281
+ "tsfile_role": "FIELD"
282
+ },
283
+ "action_0": {
284
+ "dtype": "float32",
285
+ "shape": [
286
+ 1
287
+ ],
288
+ "tsfile_role": "FIELD"
289
+ },
290
+ "action_1": {
291
+ "dtype": "float32",
292
+ "shape": [
293
+ 1
294
+ ],
295
+ "tsfile_role": "FIELD"
296
+ },
297
+ "action_2": {
298
+ "dtype": "float32",
299
+ "shape": [
300
+ 1
301
+ ],
302
+ "tsfile_role": "FIELD"
303
+ },
304
+ "action_3": {
305
+ "dtype": "float32",
306
+ "shape": [
307
+ 1
308
+ ],
309
+ "tsfile_role": "FIELD"
310
+ },
311
+ "action_4": {
312
+ "dtype": "float32",
313
+ "shape": [
314
+ 1
315
+ ],
316
+ "tsfile_role": "FIELD"
317
+ },
318
+ "action_5": {
319
+ "dtype": "float32",
320
+ "shape": [
321
+ 1
322
+ ],
323
+ "tsfile_role": "FIELD"
324
+ },
325
+ "action_6": {
326
+ "dtype": "float32",
327
+ "shape": [
328
+ 1
329
+ ],
330
+ "tsfile_role": "FIELD"
331
+ },
332
+ "action_7": {
333
+ "dtype": "float32",
334
+ "shape": [
335
+ 1
336
+ ],
337
+ "tsfile_role": "FIELD"
338
+ },
339
+ "action_8": {
340
+ "dtype": "float32",
341
+ "shape": [
342
+ 1
343
+ ],
344
+ "tsfile_role": "FIELD"
345
+ },
346
+ "action_9": {
347
+ "dtype": "float32",
348
+ "shape": [
349
+ 1
350
+ ],
351
+ "tsfile_role": "FIELD"
352
+ },
353
+ "action_10": {
354
+ "dtype": "float32",
355
+ "shape": [
356
+ 1
357
+ ],
358
+ "tsfile_role": "FIELD"
359
+ },
360
+ "action_11": {
361
+ "dtype": "float32",
362
+ "shape": [
363
+ 1
364
+ ],
365
+ "tsfile_role": "FIELD"
366
+ },
367
+ "action_12": {
368
+ "dtype": "float32",
369
+ "shape": [
370
+ 1
371
+ ],
372
+ "tsfile_role": "FIELD"
373
+ },
374
+ "action_13": {
375
+ "dtype": "float32",
376
+ "shape": [
377
+ 1
378
+ ],
379
+ "tsfile_role": "FIELD"
380
+ },
381
+ "metadata_subgoal_order_0": {
382
+ "dtype": "float32",
383
+ "shape": [
384
+ 1
385
+ ],
386
+ "tsfile_role": "FIELD"
387
+ },
388
+ "metadata_subgoal_order_1": {
389
+ "dtype": "float32",
390
+ "shape": [
391
+ 1
392
+ ],
393
+ "tsfile_role": "FIELD"
394
+ },
395
+ "metadata_subgoal_order_2": {
396
+ "dtype": "float32",
397
+ "shape": [
398
+ 1
399
+ ],
400
+ "tsfile_role": "FIELD"
401
+ }
402
+ },
403
+ "video_path_original": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
404
+ "tsfile_conversion": {
405
+ "source_dataset": "DistantSky/long_cable_insertion",
406
+ "source_data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
407
+ "converted_data_path": "data/long_cable_insertion.tsfile",
408
+ "table_name": "long_cable_insertion",
409
+ "granularity": "merged",
410
+ "time_precision": "ms",
411
+ "time_mapping": {
412
+ "source": "timestamp",
413
+ "fps": 60,
414
+ "unit": "milliseconds"
415
+ },
416
+ "tag_columns": [
417
+ "episode_index",
418
+ "task_index",
419
+ "prompt"
420
+ ],
421
+ "row_count": 50219,
422
+ "feature_source": "features describe the converted TsFile schema",
423
+ "flattened_features": {
424
+ "observation.state": [
425
+ "observation_state_0",
426
+ "observation_state_1",
427
+ "observation_state_2",
428
+ "observation_state_3",
429
+ "observation_state_4",
430
+ "observation_state_5",
431
+ "observation_state_6",
432
+ "observation_state_7",
433
+ "observation_state_8",
434
+ "observation_state_9",
435
+ "observation_state_10",
436
+ "observation_state_11",
437
+ "observation_state_12",
438
+ "observation_state_13"
439
+ ],
440
+ "observation.velocity": [
441
+ "observation_velocity_0",
442
+ "observation_velocity_1",
443
+ "observation_velocity_2",
444
+ "observation_velocity_3",
445
+ "observation_velocity_4",
446
+ "observation_velocity_5",
447
+ "observation_velocity_6",
448
+ "observation_velocity_7",
449
+ "observation_velocity_8",
450
+ "observation_velocity_9",
451
+ "observation_velocity_10",
452
+ "observation_velocity_11",
453
+ "observation_velocity_12",
454
+ "observation_velocity_13"
455
+ ],
456
+ "action": [
457
+ "action_0",
458
+ "action_1",
459
+ "action_2",
460
+ "action_3",
461
+ "action_4",
462
+ "action_5",
463
+ "action_6",
464
+ "action_7",
465
+ "action_8",
466
+ "action_9",
467
+ "action_10",
468
+ "action_11",
469
+ "action_12",
470
+ "action_13"
471
+ ],
472
+ "metadata.subgoal_order": [
473
+ "metadata_subgoal_order_0",
474
+ "metadata_subgoal_order_1",
475
+ "metadata_subgoal_order_2"
476
+ ]
477
+ },
478
+ "renamed_features": {
479
+ "source.action_time_s": "source_action_time_s",
480
+ "metadata.failure": "metadata_failure",
481
+ "metadata.subgoal_switch": "metadata_subgoal_switch",
482
+ "metadata.subgoal_order_string": "metadata_subgoal_order_string",
483
+ "index": "sample_index"
484
+ },
485
+ "dropped_features": [
486
+ "timestamp"
487
+ ],
488
+ "omitted_features": [
489
+ "observation.images.video_left",
490
+ "observation.images.video_overhead",
491
+ "observation.images.video_right"
492
+ ],
493
+ "original_video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
494
+ "original_video_features": {
495
+ "observation.images.video_left": {
496
+ "dtype": "video",
497
+ "shape": [
498
+ 224,
499
+ 224,
500
+ 3
501
+ ],
502
+ "names": [
503
+ "height",
504
+ "width",
505
+ "channel"
506
+ ],
507
+ "info": {
508
+ "video.height": 224,
509
+ "video.width": 224,
510
+ "video.codec": "av1",
511
+ "video.pix_fmt": "yuv420p",
512
+ "video.is_depth_map": false,
513
+ "video.fps": 60,
514
+ "video.channels": 3,
515
+ "has_audio": false
516
+ }
517
+ },
518
+ "observation.images.video_overhead": {
519
+ "dtype": "video",
520
+ "shape": [
521
+ 224,
522
+ 224,
523
+ 3
524
+ ],
525
+ "names": [
526
+ "height",
527
+ "width",
528
+ "channel"
529
+ ],
530
+ "info": {
531
+ "video.height": 224,
532
+ "video.width": 224,
533
+ "video.codec": "av1",
534
+ "video.pix_fmt": "yuv420p",
535
+ "video.is_depth_map": false,
536
+ "video.fps": 60,
537
+ "video.channels": 3,
538
+ "has_audio": false
539
+ }
540
+ },
541
+ "observation.images.video_right": {
542
+ "dtype": "video",
543
+ "shape": [
544
+ 224,
545
+ 224,
546
+ 3
547
+ ],
548
+ "names": [
549
+ "height",
550
+ "width",
551
+ "channel"
552
+ ],
553
+ "info": {
554
+ "video.height": 224,
555
+ "video.width": 224,
556
+ "video.codec": "av1",
557
+ "video.pix_fmt": "yuv420p",
558
+ "video.is_depth_map": false,
559
+ "video.fps": 60,
560
+ "video.channels": 3,
561
+ "has_audio": false
562
+ }
563
+ }
564
+ },
565
+ "original_video_source": "https://huggingface.co/datasets/DistantSky/long_cable_insertion/tree/main/videos",
566
+ "video_policy": "Videos are not uploaded to this repository; use the original HuggingFace dataset videos."
567
+ }
568
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "insert the cable into the holders"}