DorianAtSchool commited on
Commit
6f50efc
·
verified ·
1 Parent(s): 9978fb6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +194 -0
README.md ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": null,
29
+ "total_episodes": 1000,
30
+ "total_frames": 20000,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 15,
36
+ "splits": {
37
+ "train": "0:1000"
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
+ "comm_target": {
43
+ "dtype": "string",
44
+ "shape": [
45
+ 1
46
+ ],
47
+ "names": [
48
+ "token"
49
+ ]
50
+ },
51
+ "action": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 7
55
+ ],
56
+ "names": [
57
+ "delta_x",
58
+ "delta_y",
59
+ "delta_z",
60
+ "delta_roll",
61
+ "delta_pitch",
62
+ "delta_yaw",
63
+ "gripper"
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 8
70
+ ],
71
+ "names": [
72
+ "eef_x",
73
+ "eef_y",
74
+ "eef_z",
75
+ "eef_axis_angle_x",
76
+ "eef_axis_angle_y",
77
+ "eef_axis_angle_z",
78
+ "gripper_left",
79
+ "gripper_right"
80
+ ]
81
+ },
82
+ "observation.images.wrist": {
83
+ "dtype": "video",
84
+ "shape": [
85
+ 224,
86
+ 224,
87
+ 3
88
+ ],
89
+ "names": [
90
+ "height",
91
+ "width",
92
+ "channels"
93
+ ],
94
+ "video_info": {
95
+ "video.height": 224,
96
+ "video.width": 224,
97
+ "video.codec": "av1",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "video.fps": 15.0,
101
+ "video.channels": 3,
102
+ "has_audio": false
103
+ },
104
+ "info": {
105
+ "video.height": 224,
106
+ "video.width": 224,
107
+ "video.codec": "av1",
108
+ "video.pix_fmt": "yuv420p",
109
+ "video.is_depth_map": false,
110
+ "video.fps": 15,
111
+ "video.channels": 3,
112
+ "has_audio": false
113
+ }
114
+ },
115
+ "observation.images.top": {
116
+ "dtype": "video",
117
+ "shape": [
118
+ 224,
119
+ 224,
120
+ 3
121
+ ],
122
+ "names": [
123
+ "height",
124
+ "width",
125
+ "channels"
126
+ ],
127
+ "video_info": {
128
+ "video.height": 224,
129
+ "video.width": 224,
130
+ "video.codec": "av1",
131
+ "video.pix_fmt": "yuv420p",
132
+ "video.is_depth_map": false,
133
+ "video.fps": 15.0,
134
+ "video.channels": 3,
135
+ "has_audio": false
136
+ },
137
+ "info": {
138
+ "video.height": 224,
139
+ "video.width": 224,
140
+ "video.codec": "av1",
141
+ "video.pix_fmt": "yuv420p",
142
+ "video.is_depth_map": false,
143
+ "video.fps": 15,
144
+ "video.channels": 3,
145
+ "has_audio": false
146
+ }
147
+ },
148
+ "timestamp": {
149
+ "dtype": "float32",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ },
155
+ "frame_index": {
156
+ "dtype": "int64",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "episode_index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ },
169
+ "index": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": null
175
+ },
176
+ "task_index": {
177
+ "dtype": "int64",
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "names": null
182
+ }
183
+ }
184
+ }
185
+ ```
186
+
187
+
188
+ ## Citation
189
+
190
+ **BibTeX:**
191
+
192
+ ```bibtex
193
+ [More Information Needed]
194
+ ```