ajaysri commited on
Commit
b35f0ff
·
verified ·
1 Parent(s): 38749d0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +236 -0
README.md ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - arx
8
+ - teleop
9
+ - long-cable
10
+ - subtask
11
+ - lerobot
12
+ - v3
13
+ configs:
14
+ - config_name: default
15
+ data_files: data/*/*.parquet
16
+ ---
17
+
18
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
19
+
20
+
21
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=ajaysri/long_cable_insertion_2_right">
22
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
23
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
24
+ </a>
25
+
26
+
27
+ ## Dataset Description
28
+
29
+
30
+
31
+ - **Homepage:** [More Information Needed]
32
+ - **Paper:** [More Information Needed]
33
+ - **License:** apache-2.0
34
+
35
+ ## Dataset Structure
36
+
37
+ [meta/info.json](meta/info.json):
38
+ ```json
39
+ {
40
+ "codebase_version": "v3.0",
41
+ "robot_type": "arx",
42
+ "total_episodes": 160,
43
+ "total_frames": 24592,
44
+ "total_tasks": 1,
45
+ "chunks_size": 1000,
46
+ "data_files_size_in_mb": 100,
47
+ "video_files_size_in_mb": 200,
48
+ "fps": 50,
49
+ "splits": {
50
+ "train": "0:160"
51
+ },
52
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
53
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
54
+ "features": {
55
+ "observation.state": {
56
+ "dtype": "float32",
57
+ "shape": [
58
+ 14
59
+ ],
60
+ "names": [
61
+ "state_0",
62
+ "state_1",
63
+ "state_2",
64
+ "state_3",
65
+ "state_4",
66
+ "state_5",
67
+ "state_6",
68
+ "state_7",
69
+ "state_8",
70
+ "state_9",
71
+ "state_10",
72
+ "state_11",
73
+ "state_12",
74
+ "state_13"
75
+ ]
76
+ },
77
+ "observation.velocity": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 14
81
+ ],
82
+ "names": [
83
+ "velocity_0",
84
+ "velocity_1",
85
+ "velocity_2",
86
+ "velocity_3",
87
+ "velocity_4",
88
+ "velocity_5",
89
+ "velocity_6",
90
+ "velocity_7",
91
+ "velocity_8",
92
+ "velocity_9",
93
+ "velocity_10",
94
+ "velocity_11",
95
+ "velocity_12",
96
+ "velocity_13"
97
+ ]
98
+ },
99
+ "action": {
100
+ "dtype": "float32",
101
+ "shape": [
102
+ 14
103
+ ],
104
+ "names": [
105
+ "action_0",
106
+ "action_1",
107
+ "action_2",
108
+ "action_3",
109
+ "action_4",
110
+ "action_5",
111
+ "action_6",
112
+ "action_7",
113
+ "action_8",
114
+ "action_9",
115
+ "action_10",
116
+ "action_11",
117
+ "action_12",
118
+ "action_13"
119
+ ]
120
+ },
121
+ "observation.images.video_left": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 360,
125
+ 640,
126
+ 3
127
+ ],
128
+ "names": [
129
+ "height",
130
+ "width",
131
+ "channel"
132
+ ],
133
+ "info": {
134
+ "video.height": 360,
135
+ "video.width": 640,
136
+ "video.codec": "h264",
137
+ "video.pix_fmt": "yuv420p",
138
+ "video.is_depth_map": false,
139
+ "video.fps": 50,
140
+ "video.channels": 3,
141
+ "has_audio": false
142
+ }
143
+ },
144
+ "observation.images.video_overhead": {
145
+ "dtype": "video",
146
+ "shape": [
147
+ 360,
148
+ 640,
149
+ 3
150
+ ],
151
+ "names": [
152
+ "height",
153
+ "width",
154
+ "channel"
155
+ ],
156
+ "info": {
157
+ "video.height": 360,
158
+ "video.width": 640,
159
+ "video.codec": "h264",
160
+ "video.pix_fmt": "yuv420p",
161
+ "video.is_depth_map": false,
162
+ "video.fps": 50,
163
+ "video.channels": 3,
164
+ "has_audio": false
165
+ }
166
+ },
167
+ "observation.images.video_right": {
168
+ "dtype": "video",
169
+ "shape": [
170
+ 360,
171
+ 640,
172
+ 3
173
+ ],
174
+ "names": [
175
+ "height",
176
+ "width",
177
+ "channel"
178
+ ],
179
+ "info": {
180
+ "video.height": 360,
181
+ "video.width": 640,
182
+ "video.codec": "h264",
183
+ "video.pix_fmt": "yuv420p",
184
+ "video.is_depth_map": false,
185
+ "video.fps": 50,
186
+ "video.channels": 3,
187
+ "has_audio": false
188
+ }
189
+ },
190
+ "timestamp": {
191
+ "dtype": "float32",
192
+ "shape": [
193
+ 1
194
+ ],
195
+ "names": null
196
+ },
197
+ "frame_index": {
198
+ "dtype": "int64",
199
+ "shape": [
200
+ 1
201
+ ],
202
+ "names": null
203
+ },
204
+ "episode_index": {
205
+ "dtype": "int64",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": null
210
+ },
211
+ "index": {
212
+ "dtype": "int64",
213
+ "shape": [
214
+ 1
215
+ ],
216
+ "names": null
217
+ },
218
+ "task_index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null
224
+ }
225
+ }
226
+ }
227
+ ```
228
+
229
+
230
+ ## Citation
231
+
232
+ **BibTeX:**
233
+
234
+ ```bibtex
235
+ [More Information Needed]
236
+ ```