ZCM5115 commited on
Commit
5248bbc
1 Parent(s): 791da72

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +199 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so100
8
+ - tutorial
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **Paper:** [More Information Needed]
22
+ - **License:** apache-2.0
23
+
24
+ ## Dataset Structure
25
+
26
+ [meta/info.json](meta/info.json):
27
+ ```json
28
+ {
29
+ "codebase_version": "v2.0",
30
+ "robot_type": "so100",
31
+ "total_episodes": 1,
32
+ "total_frames": 464,
33
+ "total_tasks": 1,
34
+ "total_videos": 3,
35
+ "total_chunks": 1,
36
+ "chunks_size": 1000,
37
+ "fps": 30,
38
+ "splits": {
39
+ "train": "0:1"
40
+ },
41
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
42
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
43
+ "features": {
44
+ "action": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 12
48
+ ],
49
+ "names": [
50
+ "left_shoulder_pan",
51
+ "left_shoulder_lift",
52
+ "left_elbow_flex",
53
+ "left_wrist_flex",
54
+ "left_wrist_roll",
55
+ "left_gripper",
56
+ "right_shoulder_pan",
57
+ "right_shoulder_lift",
58
+ "right_elbow_flex",
59
+ "right_wrist_flex",
60
+ "right_wrist_roll",
61
+ "right_gripper"
62
+ ]
63
+ },
64
+ "observation.state": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 12
68
+ ],
69
+ "names": [
70
+ "left_shoulder_pan",
71
+ "left_shoulder_lift",
72
+ "left_elbow_flex",
73
+ "left_wrist_flex",
74
+ "left_wrist_roll",
75
+ "left_gripper",
76
+ "right_shoulder_pan",
77
+ "right_shoulder_lift",
78
+ "right_elbow_flex",
79
+ "right_wrist_flex",
80
+ "right_wrist_roll",
81
+ "right_gripper"
82
+ ]
83
+ },
84
+ "observation.images.top": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 480,
88
+ 640,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channels"
95
+ ],
96
+ "info": {
97
+ "video.fps": 30.0,
98
+ "video.height": 480,
99
+ "video.width": 640,
100
+ "video.channels": 3,
101
+ "video.codec": "av1",
102
+ "video.pix_fmt": "yuv420p",
103
+ "video.is_depth_map": false,
104
+ "has_audio": false
105
+ }
106
+ },
107
+ "observation.images.left": {
108
+ "dtype": "video",
109
+ "shape": [
110
+ 480,
111
+ 640,
112
+ 3
113
+ ],
114
+ "names": [
115
+ "height",
116
+ "width",
117
+ "channels"
118
+ ],
119
+ "info": {
120
+ "video.fps": 30.0,
121
+ "video.height": 480,
122
+ "video.width": 640,
123
+ "video.channels": 3,
124
+ "video.codec": "av1",
125
+ "video.pix_fmt": "yuv420p",
126
+ "video.is_depth_map": false,
127
+ "has_audio": false
128
+ }
129
+ },
130
+ "observation.images.right": {
131
+ "dtype": "video",
132
+ "shape": [
133
+ 480,
134
+ 640,
135
+ 3
136
+ ],
137
+ "names": [
138
+ "height",
139
+ "width",
140
+ "channels"
141
+ ],
142
+ "info": {
143
+ "video.fps": 30.0,
144
+ "video.height": 480,
145
+ "video.width": 640,
146
+ "video.channels": 3,
147
+ "video.codec": "av1",
148
+ "video.pix_fmt": "yuv420p",
149
+ "video.is_depth_map": false,
150
+ "has_audio": false
151
+ }
152
+ },
153
+ "timestamp": {
154
+ "dtype": "float32",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "frame_index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "episode_index": {
168
+ "dtype": "int64",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ },
174
+ "index": {
175
+ "dtype": "int64",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "task_index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ }
188
+ }
189
+ }
190
+ ```
191
+
192
+
193
+ ## Citation
194
+
195
+ **BibTeX:**
196
+
197
+ ```bibtex
198
+ [More Information Needed]
199
+ ```