akuramshin commited on
Commit
a71c866
·
verified ·
1 Parent(s): 8334d98

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +211 -0
README.md ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ur5e",
29
+ "total_episodes": 23,
30
+ "total_frames": 9423,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:23"
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
+ "joint_position": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 6
46
+ ],
47
+ "names": [
48
+ "joint_position"
49
+ ]
50
+ },
51
+ "joint_velocity": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 6
55
+ ],
56
+ "names": [
57
+ "joint_velocity"
58
+ ]
59
+ },
60
+ "end_effector_pose": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 6
64
+ ],
65
+ "names": [
66
+ "end_effector_pose"
67
+ ]
68
+ },
69
+ "gripper_position": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 1
73
+ ],
74
+ "names": [
75
+ "gripper_position"
76
+ ]
77
+ },
78
+ "actions": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 7
82
+ ],
83
+ "names": [
84
+ "actions"
85
+ ]
86
+ },
87
+ "base_0_rgb": {
88
+ "dtype": "image",
89
+ "shape": [
90
+ 224,
91
+ 224,
92
+ 3
93
+ ],
94
+ "names": [
95
+ "height",
96
+ "width",
97
+ "channel"
98
+ ],
99
+ "source": {
100
+ "camera_stem": "44182126_left",
101
+ "crop": {
102
+ "x": 473,
103
+ "y": 42,
104
+ "size": 1022
105
+ },
106
+ "source_size": {
107
+ "width": 1920,
108
+ "height": 1200
109
+ },
110
+ "resize_to": 224
111
+ }
112
+ },
113
+ "left_wrist_0_rgb": {
114
+ "dtype": "image",
115
+ "shape": [
116
+ 224,
117
+ 224,
118
+ 3
119
+ ],
120
+ "names": [
121
+ "height",
122
+ "width",
123
+ "channel"
124
+ ],
125
+ "source": {
126
+ "camera_stem": "wrist_cam_left",
127
+ "crop": {
128
+ "x": 360,
129
+ "y": 0,
130
+ "size": 1200
131
+ },
132
+ "source_size": {
133
+ "width": 1920,
134
+ "height": 1200
135
+ },
136
+ "resize_to": 224
137
+ }
138
+ },
139
+ "right_wrist_0_rgb": {
140
+ "dtype": "image",
141
+ "shape": [
142
+ 224,
143
+ 224,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channel"
150
+ ],
151
+ "source": {
152
+ "camera_stem": "wrist_cam_right",
153
+ "crop": {
154
+ "x": 360,
155
+ "y": 0,
156
+ "size": 1200
157
+ },
158
+ "source_size": {
159
+ "width": 1920,
160
+ "height": 1200
161
+ },
162
+ "resize_to": 224
163
+ }
164
+ },
165
+ "timestamp": {
166
+ "dtype": "float32",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "frame_index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "episode_index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "task_index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ }
200
+ }
201
+ }
202
+ ```
203
+
204
+
205
+ ## Citation
206
+
207
+ **BibTeX:**
208
+
209
+ ```bibtex
210
+ [More Information Needed]
211
+ ```