RemkoPr commited on
Commit
d64455b
·
verified ·
1 Parent(s): f5101f7

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": "v3.0",
28
+ "robot_type": null,
29
+ "total_episodes": 50,
30
+ "total_frames": 14602,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "fps": 10,
34
+ "splits": {
35
+ "train": "0:50"
36
+ },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
+ "features": {
40
+ "next.reward": {
41
+ "dtype": "float32",
42
+ "shape": [
43
+ 1
44
+ ],
45
+ "names": null,
46
+ "fps": 10
47
+ },
48
+ "next.success": {
49
+ "dtype": "bool",
50
+ "shape": [
51
+ 1
52
+ ],
53
+ "names": null,
54
+ "fps": 10
55
+ },
56
+ "seed": {
57
+ "dtype": "int64",
58
+ "shape": [
59
+ 1
60
+ ],
61
+ "names": null,
62
+ "fps": 10
63
+ },
64
+ "timestamp": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null,
70
+ "fps": 10
71
+ },
72
+ "robot_pose": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 6
76
+ ],
77
+ "names": null,
78
+ "fps": 10
79
+ },
80
+ "gripper_states": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 2
84
+ ],
85
+ "names": null,
86
+ "fps": 10
87
+ },
88
+ "joints": {
89
+ "dtype": "float32",
90
+ "shape": [
91
+ 6
92
+ ],
93
+ "names": null,
94
+ "fps": 10
95
+ },
96
+ "clothes_hanger": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 4
100
+ ],
101
+ "names": null,
102
+ "fps": 10
103
+ },
104
+ "action": {
105
+ "dtype": "float32",
106
+ "shape": [
107
+ 7
108
+ ],
109
+ "names": null,
110
+ "fps": 10
111
+ },
112
+ "frame_index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null,
118
+ "fps": 10
119
+ },
120
+ "episode_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null,
126
+ "fps": 10
127
+ },
128
+ "index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null,
134
+ "fps": 10
135
+ },
136
+ "task_index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null,
142
+ "fps": 10
143
+ },
144
+ "observation.state": {
145
+ "dtype": "float32",
146
+ "shape": [
147
+ 11
148
+ ],
149
+ "names": null,
150
+ "fps": 10
151
+ },
152
+ "observation.images.wrist_wilson_image": {
153
+ "dtype": "video",
154
+ "names": [
155
+ "channel",
156
+ "height",
157
+ "width"
158
+ ],
159
+ "shape": [
160
+ 3,
161
+ 720,
162
+ 500
163
+ ],
164
+ "info": {
165
+ "video.fps": 10.0,
166
+ "video.height": 720,
167
+ "video.width": 1280,
168
+ "video.channels": 3,
169
+ "video.codec": "h264",
170
+ "video.pix_fmt": "yuv420p",
171
+ "video.is_depth_map": false,
172
+ "has_audio": false
173
+ }
174
+ },
175
+ "observation.images.scene_image": {
176
+ "dtype": "video",
177
+ "names": [
178
+ "channel",
179
+ "height",
180
+ "width"
181
+ ],
182
+ "shape": [
183
+ 3,
184
+ 720,
185
+ 500
186
+ ],
187
+ "info": {
188
+ "video.fps": 10.0,
189
+ "video.height": 720,
190
+ "video.width": 1280,
191
+ "video.channels": 3,
192
+ "video.codec": "h264",
193
+ "video.pix_fmt": "yuv420p",
194
+ "video.is_depth_map": false,
195
+ "has_audio": false
196
+ }
197
+ }
198
+ },
199
+ "data_files_size_in_mb": 100,
200
+ "video_files_size_in_mb": 200
201
+ }
202
+ ```
203
+
204
+
205
+ ## Citation
206
+
207
+ **BibTeX:**
208
+
209
+ ```bibtex
210
+ [More Information Needed]
211
+ ```