Kaz55 commited on
Commit
1b30b4c
·
verified ·
1 Parent(s): d5a7d35

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
+ 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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Kaz55/integration_test_2">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 30,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 26
41
+ ],
42
+ "names": [
43
+ "dg5f_0.pos",
44
+ "dg5f_1.pos",
45
+ "dg5f_2.pos",
46
+ "dg5f_3.pos",
47
+ "dg5f_4.pos",
48
+ "dg5f_5.pos",
49
+ "dg5f_6.pos",
50
+ "dg5f_7.pos",
51
+ "dg5f_8.pos",
52
+ "dg5f_9.pos",
53
+ "dg5f_10.pos",
54
+ "dg5f_11.pos",
55
+ "dg5f_12.pos",
56
+ "dg5f_13.pos",
57
+ "dg5f_14.pos",
58
+ "dg5f_15.pos",
59
+ "dg5f_16.pos",
60
+ "dg5f_17.pos",
61
+ "dg5f_18.pos",
62
+ "dg5f_19.pos",
63
+ "ur5e_0.pos",
64
+ "ur5e_1.pos",
65
+ "ur5e_2.pos",
66
+ "ur5e_3.pos",
67
+ "ur5e_4.pos",
68
+ "ur5e_5.pos"
69
+ ]
70
+ },
71
+ "observation.state": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 26
75
+ ],
76
+ "names": [
77
+ "dg5f_0.pos",
78
+ "dg5f_1.pos",
79
+ "dg5f_2.pos",
80
+ "dg5f_3.pos",
81
+ "dg5f_4.pos",
82
+ "dg5f_5.pos",
83
+ "dg5f_6.pos",
84
+ "dg5f_7.pos",
85
+ "dg5f_8.pos",
86
+ "dg5f_9.pos",
87
+ "dg5f_10.pos",
88
+ "dg5f_11.pos",
89
+ "dg5f_12.pos",
90
+ "dg5f_13.pos",
91
+ "dg5f_14.pos",
92
+ "dg5f_15.pos",
93
+ "dg5f_16.pos",
94
+ "dg5f_17.pos",
95
+ "dg5f_18.pos",
96
+ "dg5f_19.pos",
97
+ "ur5e_0.pos",
98
+ "ur5e_1.pos",
99
+ "ur5e_2.pos",
100
+ "ur5e_3.pos",
101
+ "ur5e_4.pos",
102
+ "ur5e_5.pos"
103
+ ]
104
+ },
105
+ "observation.images.realsense": {
106
+ "dtype": "video",
107
+ "shape": [
108
+ 480,
109
+ 640,
110
+ 3
111
+ ],
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channels"
116
+ ]
117
+ },
118
+ "observation.images.gelsight1": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 375,
122
+ 500,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channels"
129
+ ]
130
+ },
131
+ "observation.images.gelsight2": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 375,
135
+ 500,
136
+ 3
137
+ ],
138
+ "names": [
139
+ "height",
140
+ "width",
141
+ "channels"
142
+ ]
143
+ },
144
+ "timestamp": {
145
+ "dtype": "float32",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "frame_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "episode_index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "task_index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ }
179
+ },
180
+ "total_episodes": 0,
181
+ "total_frames": 0,
182
+ "total_tasks": 0,
183
+ "chunks_size": 1000,
184
+ "data_files_size_in_mb": 100,
185
+ "video_files_size_in_mb": 200,
186
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
187
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
188
+ "robot_type": "dg5f_ur5e",
189
+ "splits": {}
190
+ }
191
+ ```
192
+
193
+
194
+ ## Citation
195
+
196
+ **BibTeX:**
197
+
198
+ ```bibtex
199
+ [More Information Needed]
200
+ ```