BrunoM42 commited on
Commit
cbfdc38
·
verified ·
1 Parent(s): a3a4e10

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": "v2.1",
28
+ "robot_type": "PandaOmron",
29
+ "total_episodes": 503,
30
+ "total_frames": 320695,
31
+ "total_tasks": 1,
32
+ "total_videos": 1509,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:503"
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.images.robot0_eye_in_hand": {
43
+ "dtype": "video",
44
+ "shape": [
45
+ 256,
46
+ 256,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "channel"
53
+ ],
54
+ "video_info": {
55
+ "video.fps": 20,
56
+ "video.codec": "h264",
57
+ "video.pix_fmt": "yuv420p",
58
+ "video.is_depth_map": false,
59
+ "has_audio": false
60
+ },
61
+ "info": {
62
+ "video.height": 256,
63
+ "video.width": 256,
64
+ "video.codec": "h264",
65
+ "video.pix_fmt": "yuv420p",
66
+ "video.is_depth_map": false,
67
+ "video.fps": 20,
68
+ "video.channels": 3,
69
+ "has_audio": false
70
+ }
71
+ },
72
+ "observation.images.robot0_agentview_left": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 256,
76
+ 256,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channel"
83
+ ],
84
+ "video_info": {
85
+ "video.fps": 20,
86
+ "video.codec": "h264",
87
+ "video.pix_fmt": "yuv420p",
88
+ "video.is_depth_map": false,
89
+ "has_audio": false
90
+ },
91
+ "info": {
92
+ "video.height": 256,
93
+ "video.width": 256,
94
+ "video.codec": "h264",
95
+ "video.pix_fmt": "yuv420p",
96
+ "video.is_depth_map": false,
97
+ "video.fps": 20,
98
+ "video.channels": 3,
99
+ "has_audio": false
100
+ }
101
+ },
102
+ "observation.images.robot0_agentview_right": {
103
+ "dtype": "video",
104
+ "shape": [
105
+ 256,
106
+ 256,
107
+ 3
108
+ ],
109
+ "names": [
110
+ "height",
111
+ "width",
112
+ "channel"
113
+ ],
114
+ "video_info": {
115
+ "video.fps": 20,
116
+ "video.codec": "h264",
117
+ "video.pix_fmt": "yuv420p",
118
+ "video.is_depth_map": false,
119
+ "has_audio": false
120
+ },
121
+ "info": {
122
+ "video.height": 256,
123
+ "video.width": 256,
124
+ "video.codec": "h264",
125
+ "video.pix_fmt": "yuv420p",
126
+ "video.is_depth_map": false,
127
+ "video.fps": 20,
128
+ "video.channels": 3,
129
+ "has_audio": false
130
+ }
131
+ },
132
+ "annotation.human.task_description": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ]
137
+ },
138
+ "annotation.human.task_name": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ]
143
+ },
144
+ "observation.state": {
145
+ "dtype": "float64",
146
+ "shape": [
147
+ 16
148
+ ]
149
+ },
150
+ "action": {
151
+ "dtype": "float64",
152
+ "shape": [
153
+ 12
154
+ ]
155
+ },
156
+ "next.reward": {
157
+ "dtype": "float32",
158
+ "shape": [
159
+ 1
160
+ ]
161
+ },
162
+ "next.done": {
163
+ "dtype": "bool",
164
+ "shape": [
165
+ 1
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
+ ```