aiclaudev commited on
Commit
a0febcf
·
verified ·
1 Parent(s): 801b1b9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +214 -0
README.md ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v3.0",
28
+ "robot_type": "franka",
29
+ "total_episodes": 76,
30
+ "total_frames": 23669,
31
+ "total_tasks": 10,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:76"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 29
46
+ ],
47
+ "names": {
48
+ "axes": [
49
+ "q_0",
50
+ "q_1",
51
+ "q_2",
52
+ "q_3",
53
+ "q_4",
54
+ "q_5",
55
+ "q_6",
56
+ "qdot_0",
57
+ "qdot_1",
58
+ "qdot_2",
59
+ "qdot_3",
60
+ "qdot_4",
61
+ "qdot_5",
62
+ "qdot_6",
63
+ "x",
64
+ "y",
65
+ "z",
66
+ "qx",
67
+ "qy",
68
+ "qz",
69
+ "qw",
70
+ "vx",
71
+ "vy",
72
+ "vz",
73
+ "wx",
74
+ "wy",
75
+ "wz",
76
+ "gripper_position",
77
+ "grasp_state"
78
+ ]
79
+ }
80
+ },
81
+ "action": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 8
85
+ ],
86
+ "names": {
87
+ "axes": [
88
+ "x",
89
+ "y",
90
+ "z",
91
+ "qx",
92
+ "qy",
93
+ "qz",
94
+ "qw",
95
+ "gripper"
96
+ ]
97
+ }
98
+ },
99
+ "observation.images.left_back": {
100
+ "dtype": "video",
101
+ "shape": [
102
+ 3,
103
+ 480,
104
+ 640
105
+ ],
106
+ "names": [
107
+ "channels",
108
+ "height",
109
+ "width"
110
+ ],
111
+ "info": {
112
+ "video.height": 480,
113
+ "video.width": 640,
114
+ "video.codec": "av1",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "video.fps": 20,
118
+ "video.channels": 3,
119
+ "has_audio": false
120
+ }
121
+ },
122
+ "observation.images.wrist": {
123
+ "dtype": "video",
124
+ "shape": [
125
+ 3,
126
+ 480,
127
+ 640
128
+ ],
129
+ "names": [
130
+ "channels",
131
+ "height",
132
+ "width"
133
+ ],
134
+ "info": {
135
+ "video.height": 480,
136
+ "video.width": 640,
137
+ "video.codec": "av1",
138
+ "video.pix_fmt": "yuv420p",
139
+ "video.is_depth_map": false,
140
+ "video.fps": 20,
141
+ "video.channels": 3,
142
+ "has_audio": false
143
+ }
144
+ },
145
+ "observation.images.right_back": {
146
+ "dtype": "video",
147
+ "shape": [
148
+ 3,
149
+ 480,
150
+ 640
151
+ ],
152
+ "names": [
153
+ "channels",
154
+ "height",
155
+ "width"
156
+ ],
157
+ "info": {
158
+ "video.height": 480,
159
+ "video.width": 640,
160
+ "video.codec": "av1",
161
+ "video.pix_fmt": "yuv420p",
162
+ "video.is_depth_map": false,
163
+ "video.fps": 20,
164
+ "video.channels": 3,
165
+ "has_audio": false
166
+ }
167
+ },
168
+ "timestamp": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "frame_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "episode_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ },
196
+ "task_index": {
197
+ "dtype": "int64",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ }
203
+ }
204
+ }
205
+ ```
206
+
207
+
208
+ ## Citation
209
+
210
+ **BibTeX:**
211
+
212
+ ```bibtex
213
+ [More Information Needed]
214
+ ```