globcy commited on
Commit
44dde80
·
verified ·
1 Parent(s): 7c472cd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +200 -0
README.md ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - libero
8
+ - panda
9
+ - rlds
10
+ - sarm
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
+
19
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=globcy/vlabench_sub_dir">
20
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
21
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
22
+ </a>
23
+
24
+
25
+ ## Dataset Description
26
+
27
+
28
+
29
+ - **Homepage:** [More Information Needed]
30
+ - **Paper:** [More Information Needed]
31
+ - **License:** apache-2.0
32
+
33
+ ## Dataset Structure
34
+
35
+ [meta/info.json](meta/info.json):
36
+ ```json
37
+ {
38
+ "codebase_version": "v3.0",
39
+ "robot_type": "panda",
40
+ "total_episodes": 1,
41
+ "total_frames": 83,
42
+ "total_tasks": 1,
43
+ "chunks_size": 1000,
44
+ "data_files_size_in_mb": 100,
45
+ "video_files_size_in_mb": 200,
46
+ "fps": 10,
47
+ "splits": {
48
+ "train": "0:1"
49
+ },
50
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
51
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
52
+ "features": {
53
+ "observation.images.image": {
54
+ "dtype": "video",
55
+ "shape": [
56
+ 3,
57
+ 224,
58
+ 224
59
+ ],
60
+ "names": [
61
+ "channel",
62
+ "height",
63
+ "width"
64
+ ],
65
+ "info": {
66
+ "video.height": 224,
67
+ "video.width": 224,
68
+ "video.codec": "av1",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "video.fps": 10,
72
+ "video.channels": 3,
73
+ "has_audio": false
74
+ }
75
+ },
76
+ "observation.images.second_image": {
77
+ "dtype": "video",
78
+ "shape": [
79
+ 3,
80
+ 224,
81
+ 224
82
+ ],
83
+ "names": [
84
+ "channel",
85
+ "height",
86
+ "width"
87
+ ],
88
+ "info": {
89
+ "video.height": 224,
90
+ "video.width": 224,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "video.fps": 10,
95
+ "video.channels": 3,
96
+ "has_audio": false
97
+ }
98
+ },
99
+ "observation.images.wrist_image": {
100
+ "dtype": "video",
101
+ "shape": [
102
+ 3,
103
+ 224,
104
+ 224
105
+ ],
106
+ "names": [
107
+ "channel",
108
+ "height",
109
+ "width"
110
+ ],
111
+ "info": {
112
+ "video.height": 224,
113
+ "video.width": 224,
114
+ "video.codec": "av1",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "video.fps": 10,
118
+ "video.channels": 3,
119
+ "has_audio": false
120
+ }
121
+ },
122
+ "observation.state": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 7
126
+ ],
127
+ "names": [
128
+ "state"
129
+ ]
130
+ },
131
+ "action": {
132
+ "dtype": "float32",
133
+ "shape": [
134
+ 7
135
+ ],
136
+ "names": [
137
+ "actions"
138
+ ]
139
+ },
140
+ "subtask_index": {
141
+ "dtype": "int64",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "move_index": {
148
+ "dtype": "int64",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "timestamp": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "frame_index": {
162
+ "dtype": "int64",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "episode_index": {
169
+ "dtype": "int64",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "task_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ }
189
+ }
190
+ }
191
+ ```
192
+
193
+
194
+ ## Citation
195
+
196
+ **BibTeX:**
197
+
198
+ ```bibtex
199
+ [More Information Needed]
200
+ ```