jannick-st commited on
Commit
0af27a4
·
verified ·
1 Parent(s): 3938262

Upload README.md with huggingface_hub

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