ToFour commited on
Commit
f383ee5
·
verified ·
1 Parent(s): 1f38f57

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +226 -0
README.md ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=ToFour/dataset0">
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
+ "robot_type": "double_piperx",
36
+ "total_episodes": 1,
37
+ "total_frames": 298,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:1"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "observation.state": {
50
+ "dtype": "float64",
51
+ "shape": [
52
+ 26
53
+ ],
54
+ "names": [
55
+ [
56
+ "arm.jointStatePosition.puppetLeft.joint0",
57
+ "arm.jointStatePosition.puppetLeft.joint1",
58
+ "arm.jointStatePosition.puppetLeft.joint2",
59
+ "arm.jointStatePosition.puppetLeft.joint3",
60
+ "arm.jointStatePosition.puppetLeft.joint4",
61
+ "arm.jointStatePosition.puppetLeft.joint5",
62
+ "arm.jointStatePosition.puppetLeft.joint6",
63
+ "arm.jointStatePosition.puppetRight.joint0",
64
+ "arm.jointStatePosition.puppetRight.joint1",
65
+ "arm.jointStatePosition.puppetRight.joint2",
66
+ "arm.jointStatePosition.puppetRight.joint3",
67
+ "arm.jointStatePosition.puppetRight.joint4",
68
+ "arm.jointStatePosition.puppetRight.joint5",
69
+ "arm.jointStatePosition.puppetRight.joint6",
70
+ "arm.endPose.puppetLeft.joint0",
71
+ "arm.endPose.puppetLeft.joint1",
72
+ "arm.endPose.puppetLeft.joint2",
73
+ "arm.endPose.puppetLeft.joint3",
74
+ "arm.endPose.puppetLeft.joint4",
75
+ "arm.endPose.puppetLeft.joint5",
76
+ "arm.endPose.puppetLeft.joint6",
77
+ "arm.endPose.puppetRight.joint0",
78
+ "arm.endPose.puppetRight.joint1",
79
+ "arm.endPose.puppetRight.joint2",
80
+ "arm.endPose.puppetRight.joint3",
81
+ "arm.endPose.puppetRight.joint4",
82
+ "arm.endPose.puppetRight.joint5",
83
+ "arm.endPose.puppetRight.joint6"
84
+ ]
85
+ ]
86
+ },
87
+ "action": {
88
+ "dtype": "float64",
89
+ "shape": [
90
+ 14
91
+ ],
92
+ "names": [
93
+ [
94
+ "arm.jointStatePosition.masterLeft.joint0",
95
+ "arm.jointStatePosition.masterLeft.joint1",
96
+ "arm.jointStatePosition.masterLeft.joint2",
97
+ "arm.jointStatePosition.masterLeft.joint3",
98
+ "arm.jointStatePosition.masterLeft.joint4",
99
+ "arm.jointStatePosition.masterLeft.joint5",
100
+ "arm.jointStatePosition.masterLeft.joint6",
101
+ "arm.jointStatePosition.masterRight.joint0",
102
+ "arm.jointStatePosition.masterRight.joint1",
103
+ "arm.jointStatePosition.masterRight.joint2",
104
+ "arm.jointStatePosition.masterRight.joint3",
105
+ "arm.jointStatePosition.masterRight.joint4",
106
+ "arm.jointStatePosition.masterRight.joint5",
107
+ "arm.jointStatePosition.masterRight.joint6"
108
+ ]
109
+ ]
110
+ },
111
+ "observation.images.left": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 3,
115
+ 480,
116
+ 640
117
+ ],
118
+ "names": [
119
+ "channels",
120
+ "height",
121
+ "width"
122
+ ],
123
+ "info": {
124
+ "video.height": 480,
125
+ "video.width": 640,
126
+ "video.codec": "av1",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "video.fps": 30,
130
+ "video.channels": 3,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "observation.images.front": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 3,
138
+ 480,
139
+ 640
140
+ ],
141
+ "names": [
142
+ "channels",
143
+ "height",
144
+ "width"
145
+ ],
146
+ "info": {
147
+ "video.height": 480,
148
+ "video.width": 640,
149
+ "video.codec": "av1",
150
+ "video.pix_fmt": "yuv420p",
151
+ "video.is_depth_map": false,
152
+ "video.fps": 30,
153
+ "video.channels": 3,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "observation.images.right": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 3,
161
+ 480,
162
+ 640
163
+ ],
164
+ "names": [
165
+ "channels",
166
+ "height",
167
+ "width"
168
+ ],
169
+ "info": {
170
+ "video.height": 480,
171
+ "video.width": 640,
172
+ "video.codec": "av1",
173
+ "video.pix_fmt": "yuv420p",
174
+ "video.is_depth_map": false,
175
+ "video.fps": 30,
176
+ "video.channels": 3,
177
+ "has_audio": false
178
+ }
179
+ },
180
+ "timestamp": {
181
+ "dtype": "float32",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ },
187
+ "frame_index": {
188
+ "dtype": "int64",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ },
194
+ "episode_index": {
195
+ "dtype": "int64",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null
200
+ },
201
+ "index": {
202
+ "dtype": "int64",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": null
207
+ },
208
+ "task_index": {
209
+ "dtype": "int64",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ }
215
+ }
216
+ }
217
+ ```
218
+
219
+
220
+ ## Citation
221
+
222
+ **BibTeX:**
223
+
224
+ ```bibtex
225
+ [More Information Needed]
226
+ ```