cagataydev commited on
Commit
8e7b31e
·
verified ·
1 Parent(s): 881f786

Upload README.md with huggingface_hub

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