Tavish9 commited on
Commit
013b365
·
verified ·
1 Parent(s): eb75c36

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +220 -0
README.md ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - LeRobot
8
+ - fmb_dataset
9
+ - rlds
10
+ - openx
11
+ - franka
12
+ configs:
13
+ - config_name: default
14
+ data_files: data/*/*.parquet
15
+ ---
16
+
17
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
18
+
19
+ ## Dataset Description
20
+
21
+
22
+
23
+ - **Homepage:** [More Information Needed]
24
+ - **Paper:** [More Information Needed]
25
+ - **License:** apache-2.0
26
+
27
+ ## Dataset Structure
28
+
29
+ [meta/info.json](meta/info.json):
30
+ ```json
31
+ {
32
+ "codebase_version": "v2.0",
33
+ "robot_type": "franka",
34
+ "total_episodes": 8612,
35
+ "total_frames": 1137459,
36
+ "total_tasks": 24,
37
+ "total_videos": 34448,
38
+ "total_chunks": 9,
39
+ "chunks_size": 1000,
40
+ "fps": 10,
41
+ "splits": {
42
+ "train": "0:8612"
43
+ },
44
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
45
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
46
+ "features": {
47
+ "observation.images.image_wrist_1": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 256,
51
+ 256,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "rgb"
58
+ ],
59
+ "info": {
60
+ "video.fps": 10.0,
61
+ "video.height": 256,
62
+ "video.width": 256,
63
+ "video.channels": 3,
64
+ "video.codec": "av1",
65
+ "video.pix_fmt": "yuv420p",
66
+ "video.is_depth_map": false,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.image_wrist_2": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 256,
74
+ 256,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "rgb"
81
+ ],
82
+ "info": {
83
+ "video.fps": 10.0,
84
+ "video.height": 256,
85
+ "video.width": 256,
86
+ "video.channels": 3,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "observation.images.image_side_2": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 256,
97
+ 256,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "rgb"
104
+ ],
105
+ "info": {
106
+ "video.fps": 10.0,
107
+ "video.height": 256,
108
+ "video.width": 256,
109
+ "video.channels": 3,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.image_side_1": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 256,
120
+ 256,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "rgb"
127
+ ],
128
+ "info": {
129
+ "video.fps": 10.0,
130
+ "video.height": 256,
131
+ "video.width": 256,
132
+ "video.channels": 3,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.state": {
140
+ "dtype": "float32",
141
+ "shape": [
142
+ 8
143
+ ],
144
+ "names": {
145
+ "motors": [
146
+ "x",
147
+ "y",
148
+ "z",
149
+ "roll",
150
+ "pitch",
151
+ "yaw",
152
+ "pad",
153
+ "gripper"
154
+ ]
155
+ }
156
+ },
157
+ "action": {
158
+ "dtype": "float32",
159
+ "shape": [
160
+ 7
161
+ ],
162
+ "names": {
163
+ "motors": [
164
+ "x",
165
+ "y",
166
+ "z",
167
+ "roll",
168
+ "pitch",
169
+ "yaw",
170
+ "gripper"
171
+ ]
172
+ }
173
+ },
174
+ "timestamp": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "frame_index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "episode_index": {
189
+ "dtype": "int64",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ },
195
+ "index": {
196
+ "dtype": "int64",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ },
202
+ "task_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null
208
+ }
209
+ }
210
+ }
211
+ ```
212
+
213
+
214
+ ## Citation
215
+
216
+ **BibTeX:**
217
+
218
+ ```bibtex
219
+ [More Information Needed]
220
+ ```