anthony-liang commited on
Commit
66b219e
·
verified ·
1 Parent(s): 004264a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +201 -0
README.md ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robosuite
8
+ - robomimic
9
+ - lerobot
10
+ - multi-task-dit
11
+ - wrist-camera
12
+ configs:
13
+ - config_name: default
14
+ data_files: data/*/*.parquet
15
+ ---
16
+
17
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
18
+
19
+
20
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=TRI-ML/robosuite_ph">
21
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
22
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
23
+ </a>
24
+
25
+
26
+ ## Dataset Description
27
+
28
+
29
+
30
+ - **Homepage:** [More Information Needed]
31
+ - **Paper:** [More Information Needed]
32
+ - **License:** apache-2.0
33
+
34
+ ## Dataset Structure
35
+
36
+ [meta/info.json](meta/info.json):
37
+ ```json
38
+ {
39
+ "codebase_version": "v3.0",
40
+ "fps": 20,
41
+ "features": {
42
+ "observation.images.agentview": {
43
+ "dtype": "video",
44
+ "shape": [
45
+ 84,
46
+ 84,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "channel"
53
+ ],
54
+ "info": {
55
+ "video.height": 84,
56
+ "video.width": 84,
57
+ "video.codec": "av1",
58
+ "video.pix_fmt": "yuv420p",
59
+ "video.is_depth_map": false,
60
+ "video.fps": 20,
61
+ "video.channels": 3,
62
+ "has_audio": false
63
+ }
64
+ },
65
+ "observation.images.wrist": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 84,
69
+ 84,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channel"
76
+ ],
77
+ "info": {
78
+ "video.height": 84,
79
+ "video.width": 84,
80
+ "video.codec": "av1",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "video.fps": 20,
84
+ "video.channels": 3,
85
+ "has_audio": false
86
+ }
87
+ },
88
+ "observation.state": {
89
+ "dtype": "float32",
90
+ "shape": [
91
+ 32
92
+ ],
93
+ "names": [
94
+ "s0",
95
+ "s1",
96
+ "s2",
97
+ "s3",
98
+ "s4",
99
+ "s5",
100
+ "s6",
101
+ "s7",
102
+ "s8",
103
+ "s9",
104
+ "s10",
105
+ "s11",
106
+ "s12",
107
+ "s13",
108
+ "s14",
109
+ "s15",
110
+ "s16",
111
+ "s17",
112
+ "s18",
113
+ "s19",
114
+ "s20",
115
+ "s21",
116
+ "s22",
117
+ "s23",
118
+ "s24",
119
+ "s25",
120
+ "s26",
121
+ "s27",
122
+ "s28",
123
+ "s29",
124
+ "s30",
125
+ "s31"
126
+ ]
127
+ },
128
+ "action": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "names": [
134
+ "a0",
135
+ "a1",
136
+ "a2",
137
+ "a3",
138
+ "a4",
139
+ "a5",
140
+ "a6"
141
+ ]
142
+ },
143
+ "timestamp": {
144
+ "dtype": "float32",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ },
150
+ "frame_index": {
151
+ "dtype": "int64",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null
156
+ },
157
+ "episode_index": {
158
+ "dtype": "int64",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "task_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ }
178
+ },
179
+ "total_episodes": 600,
180
+ "total_frames": 63027,
181
+ "total_tasks": 3,
182
+ "chunks_size": 1000,
183
+ "data_files_size_in_mb": 100,
184
+ "video_files_size_in_mb": 200,
185
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
186
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
187
+ "robot_type": null,
188
+ "splits": {
189
+ "train": "0:600"
190
+ }
191
+ }
192
+ ```
193
+
194
+
195
+ ## Citation
196
+
197
+ **BibTeX:**
198
+
199
+ ```bibtex
200
+ [More Information Needed]
201
+ ```