shirasu206 commited on
Commit
be50f89
·
verified ·
1 Parent(s): a11383f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +203 -0
README.md ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - dual-arm
8
+ - fr5
9
+ - ur3
10
+ - lerobot
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": "dual_arm_fr5_ur3",
33
+ "total_episodes": 100,
34
+ "total_frames": 35139,
35
+ "total_tasks": 1,
36
+ "chunks_size": 1000,
37
+ "data_files_size_in_mb": 0.0001,
38
+ "video_files_size_in_mb": 0.0001,
39
+ "fps": 5,
40
+ "splits": {
41
+ "train": "0:100"
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.fr5_image": {
47
+ "dtype": "video",
48
+ "shape": [
49
+ 360,
50
+ 640,
51
+ 3
52
+ ],
53
+ "names": [
54
+ "H",
55
+ "W",
56
+ "C"
57
+ ],
58
+ "info": {
59
+ "video.height": 360,
60
+ "video.width": 640,
61
+ "video.codec": "h264",
62
+ "video.pix_fmt": "yuv420p",
63
+ "video.is_depth_map": false,
64
+ "video.fps": 5,
65
+ "video.channels": 3,
66
+ "has_audio": false
67
+ }
68
+ },
69
+ "observation.ur3_image": {
70
+ "dtype": "video",
71
+ "shape": [
72
+ 360,
73
+ 640,
74
+ 3
75
+ ],
76
+ "names": [
77
+ "H",
78
+ "W",
79
+ "C"
80
+ ],
81
+ "info": {
82
+ "video.height": 360,
83
+ "video.width": 640,
84
+ "video.codec": "h264",
85
+ "video.pix_fmt": "yuv420p",
86
+ "video.is_depth_map": false,
87
+ "video.fps": 5,
88
+ "video.channels": 3,
89
+ "has_audio": false
90
+ }
91
+ },
92
+ "observation.base_image": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 360,
96
+ 640,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "H",
101
+ "W",
102
+ "C"
103
+ ],
104
+ "info": {
105
+ "video.height": 360,
106
+ "video.width": 640,
107
+ "video.codec": "h264",
108
+ "video.pix_fmt": "yuv420p",
109
+ "video.is_depth_map": false,
110
+ "video.fps": 5,
111
+ "video.channels": 3,
112
+ "has_audio": false
113
+ }
114
+ },
115
+ "observation.state": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 13
119
+ ],
120
+ "names": [
121
+ "fr5_j0",
122
+ "fr5_j1",
123
+ "fr5_j2",
124
+ "fr5_j3",
125
+ "fr5_j4",
126
+ "fr5_j5",
127
+ "gripper",
128
+ "ur3_j0",
129
+ "ur3_j1",
130
+ "ur3_j2",
131
+ "ur3_j3",
132
+ "ur3_j4",
133
+ "ur3_j5"
134
+ ]
135
+ },
136
+ "action": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 13
140
+ ],
141
+ "names": [
142
+ "d_fr5_j0",
143
+ "d_fr5_j1",
144
+ "d_fr5_j2",
145
+ "d_fr5_j3",
146
+ "d_fr5_j4",
147
+ "d_fr5_j5",
148
+ "d_gripper",
149
+ "d_ur3_j0",
150
+ "d_ur3_j1",
151
+ "d_ur3_j2",
152
+ "d_ur3_j3",
153
+ "d_ur3_j4",
154
+ "d_ur3_j5"
155
+ ]
156
+ },
157
+ "timestamp": {
158
+ "dtype": "float32",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "frame_index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "episode_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "task_index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ }
192
+ }
193
+ }
194
+ ```
195
+
196
+
197
+ ## Citation
198
+
199
+ **BibTeX:**
200
+
201
+ ```bibtex
202
+ [More Information Needed]
203
+ ```