thomas0829 commited on
Commit
138d88a
·
verified ·
1 Parent(s): 991a5ac

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
+ 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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v3.0",
28
+ "robot_type": "bi_yam_follower",
29
+ "total_episodes": 10,
30
+ "total_frames": 33679,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:10"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 14
46
+ ],
47
+ "names": [
48
+ "left_joint_0.pos",
49
+ "left_joint_1.pos",
50
+ "left_joint_2.pos",
51
+ "left_joint_3.pos",
52
+ "left_joint_4.pos",
53
+ "left_joint_5.pos",
54
+ "left_gripper.pos",
55
+ "right_joint_0.pos",
56
+ "right_joint_1.pos",
57
+ "right_joint_2.pos",
58
+ "right_joint_3.pos",
59
+ "right_joint_4.pos",
60
+ "right_joint_5.pos",
61
+ "right_gripper.pos"
62
+ ]
63
+ },
64
+ "observation.images.right": {
65
+ "dtype": "video",
66
+ "shape": [
67
+ 360,
68
+ 640,
69
+ 3
70
+ ],
71
+ "names": [
72
+ "height",
73
+ "width",
74
+ "channels"
75
+ ],
76
+ "info": {
77
+ "video.height": 360,
78
+ "video.width": 640,
79
+ "video.codec": "av1",
80
+ "video.pix_fmt": "yuv420p",
81
+ "video.is_depth_map": false,
82
+ "video.fps": 30,
83
+ "video.channels": 3,
84
+ "has_audio": false
85
+ }
86
+ },
87
+ "observation.images.left": {
88
+ "dtype": "video",
89
+ "shape": [
90
+ 360,
91
+ 640,
92
+ 3
93
+ ],
94
+ "names": [
95
+ "height",
96
+ "width",
97
+ "channels"
98
+ ],
99
+ "info": {
100
+ "video.height": 360,
101
+ "video.width": 640,
102
+ "video.codec": "av1",
103
+ "video.pix_fmt": "yuv420p",
104
+ "video.is_depth_map": false,
105
+ "video.fps": 30,
106
+ "video.channels": 3,
107
+ "has_audio": false
108
+ }
109
+ },
110
+ "observation.images.top": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 360,
114
+ 640,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "channels"
121
+ ],
122
+ "info": {
123
+ "video.height": 360,
124
+ "video.width": 640,
125
+ "video.codec": "av1",
126
+ "video.pix_fmt": "yuv420p",
127
+ "video.is_depth_map": false,
128
+ "video.fps": 30,
129
+ "video.channels": 3,
130
+ "has_audio": false
131
+ }
132
+ },
133
+ "action": {
134
+ "dtype": "float32",
135
+ "shape": [
136
+ 14
137
+ ],
138
+ "names": [
139
+ "left_joint_0.pos",
140
+ "left_joint_1.pos",
141
+ "left_joint_2.pos",
142
+ "left_joint_3.pos",
143
+ "left_joint_4.pos",
144
+ "left_joint_5.pos",
145
+ "left_gripper.pos",
146
+ "right_joint_0.pos",
147
+ "right_joint_1.pos",
148
+ "right_joint_2.pos",
149
+ "right_joint_3.pos",
150
+ "right_joint_4.pos",
151
+ "right_joint_5.pos",
152
+ "right_gripper.pos"
153
+ ]
154
+ },
155
+ "timestamp": {
156
+ "dtype": "float32",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "frame_index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ },
169
+ "episode_index": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": null
175
+ },
176
+ "index": {
177
+ "dtype": "int64",
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "names": null
182
+ },
183
+ "task_index": {
184
+ "dtype": "int64",
185
+ "shape": [
186
+ 1
187
+ ],
188
+ "names": null
189
+ }
190
+ }
191
+ }
192
+ ```
193
+
194
+
195
+ ## Citation
196
+
197
+ **BibTeX:**
198
+
199
+ ```bibtex
200
+ [More Information Needed]
201
+ ```