Datasets:

Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
License:
mhyatt000 commited on
Commit
4c75bcb
·
verified ·
1 Parent(s): 258acdc

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
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "xarm7",
29
+ "total_episodes": 1,
30
+ "total_frames": 10,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 50,
36
+ "splits": {
37
+ "train": "0:1"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 14
46
+ ],
47
+ "names": [
48
+ [
49
+ "right_waist",
50
+ "right_shoulder",
51
+ "right_elbow",
52
+ "right_forearm_roll",
53
+ "right_wrist_angle",
54
+ "right_wrist_rotate",
55
+ "right_gripper",
56
+ "left_waist",
57
+ "left_shoulder",
58
+ "left_elbow",
59
+ "left_forearm_roll",
60
+ "left_wrist_angle",
61
+ "left_wrist_rotate",
62
+ "left_gripper"
63
+ ]
64
+ ]
65
+ },
66
+ "action": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 14
70
+ ],
71
+ "names": [
72
+ [
73
+ "right_waist",
74
+ "right_shoulder",
75
+ "right_elbow",
76
+ "right_forearm_roll",
77
+ "right_wrist_angle",
78
+ "right_wrist_rotate",
79
+ "right_gripper",
80
+ "left_waist",
81
+ "left_shoulder",
82
+ "left_elbow",
83
+ "left_forearm_roll",
84
+ "left_wrist_angle",
85
+ "left_wrist_rotate",
86
+ "left_gripper"
87
+ ]
88
+ ]
89
+ },
90
+ "observation.velocity": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 14
94
+ ],
95
+ "names": [
96
+ [
97
+ "right_waist",
98
+ "right_shoulder",
99
+ "right_elbow",
100
+ "right_forearm_roll",
101
+ "right_wrist_angle",
102
+ "right_wrist_rotate",
103
+ "right_gripper",
104
+ "left_waist",
105
+ "left_shoulder",
106
+ "left_elbow",
107
+ "left_forearm_roll",
108
+ "left_wrist_angle",
109
+ "left_wrist_rotate",
110
+ "left_gripper"
111
+ ]
112
+ ]
113
+ },
114
+ "observation.effort": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 14
118
+ ],
119
+ "names": [
120
+ [
121
+ "right_waist",
122
+ "right_shoulder",
123
+ "right_elbow",
124
+ "right_forearm_roll",
125
+ "right_wrist_angle",
126
+ "right_wrist_rotate",
127
+ "right_gripper",
128
+ "left_waist",
129
+ "left_shoulder",
130
+ "left_elbow",
131
+ "left_forearm_roll",
132
+ "left_wrist_angle",
133
+ "left_wrist_rotate",
134
+ "left_gripper"
135
+ ]
136
+ ]
137
+ },
138
+ "observation.images.cam_high": {
139
+ "dtype": "image",
140
+ "shape": [
141
+ 3,
142
+ 480,
143
+ 640
144
+ ],
145
+ "names": [
146
+ "channels",
147
+ "height",
148
+ "width"
149
+ ]
150
+ },
151
+ "observation.images.cam_low": {
152
+ "dtype": "image",
153
+ "shape": [
154
+ 3,
155
+ 480,
156
+ 640
157
+ ],
158
+ "names": [
159
+ "channels",
160
+ "height",
161
+ "width"
162
+ ]
163
+ },
164
+ "observation.images.cam_left_wrist": {
165
+ "dtype": "image",
166
+ "shape": [
167
+ 3,
168
+ 480,
169
+ 640
170
+ ],
171
+ "names": [
172
+ "channels",
173
+ "height",
174
+ "width"
175
+ ]
176
+ },
177
+ "observation.images.cam_right_wrist": {
178
+ "dtype": "image",
179
+ "shape": [
180
+ 3,
181
+ 480,
182
+ 640
183
+ ],
184
+ "names": [
185
+ "channels",
186
+ "height",
187
+ "width"
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
+ ```