Qipei commited on
Commit
5f095ef
·
verified ·
1 Parent(s): 9c8f04c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +209 -0
README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v2.1",
28
+ "trossen_subversion": "v1.0",
29
+ "robot_type": "trossen_ai_mobile",
30
+ "total_episodes": 12,
31
+ "total_frames": 3656,
32
+ "total_tasks": 1,
33
+ "total_videos": 36,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 30,
37
+ "splits": {
38
+ "train": "0:12"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "action": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 16
47
+ ],
48
+ "names": [
49
+ "linear_vel",
50
+ "angular_vel",
51
+ "left_joint_0",
52
+ "left_joint_1",
53
+ "left_joint_2",
54
+ "left_joint_3",
55
+ "left_joint_4",
56
+ "left_joint_5",
57
+ "left_joint_6",
58
+ "right_joint_0",
59
+ "right_joint_1",
60
+ "right_joint_2",
61
+ "right_joint_3",
62
+ "right_joint_4",
63
+ "right_joint_5",
64
+ "right_joint_6"
65
+ ]
66
+ },
67
+ "observation.state": {
68
+ "dtype": "float32",
69
+ "shape": [
70
+ 19
71
+ ],
72
+ "names": [
73
+ "odom_x",
74
+ "odom_y",
75
+ "odom_theta",
76
+ "linear_vel",
77
+ "angular_vel",
78
+ "left_joint_0",
79
+ "left_joint_1",
80
+ "left_joint_2",
81
+ "left_joint_3",
82
+ "left_joint_4",
83
+ "left_joint_5",
84
+ "left_joint_6",
85
+ "right_joint_0",
86
+ "right_joint_1",
87
+ "right_joint_2",
88
+ "right_joint_3",
89
+ "right_joint_4",
90
+ "right_joint_5",
91
+ "right_joint_6"
92
+ ]
93
+ },
94
+ "observation.images.cam_high": {
95
+ "dtype": "video",
96
+ "shape": [
97
+ 480,
98
+ 640,
99
+ 3
100
+ ],
101
+ "names": [
102
+ "height",
103
+ "width",
104
+ "channels"
105
+ ],
106
+ "info": {
107
+ "video.fps": 30.0,
108
+ "video.height": 480,
109
+ "video.width": 640,
110
+ "video.channels": 3,
111
+ "video.codec": "av1",
112
+ "video.pix_fmt": "yuv420p",
113
+ "video.is_depth_map": false,
114
+ "has_audio": false
115
+ }
116
+ },
117
+ "observation.images.cam_left_wrist": {
118
+ "dtype": "video",
119
+ "shape": [
120
+ 480,
121
+ 640,
122
+ 3
123
+ ],
124
+ "names": [
125
+ "height",
126
+ "width",
127
+ "channels"
128
+ ],
129
+ "info": {
130
+ "video.fps": 30.0,
131
+ "video.height": 480,
132
+ "video.width": 640,
133
+ "video.channels": 3,
134
+ "video.codec": "av1",
135
+ "video.pix_fmt": "yuv420p",
136
+ "video.is_depth_map": false,
137
+ "has_audio": false
138
+ }
139
+ },
140
+ "observation.images.cam_right_wrist": {
141
+ "dtype": "video",
142
+ "shape": [
143
+ 480,
144
+ 640,
145
+ 3
146
+ ],
147
+ "names": [
148
+ "height",
149
+ "width",
150
+ "channels"
151
+ ],
152
+ "info": {
153
+ "video.fps": 30.0,
154
+ "video.height": 480,
155
+ "video.width": 640,
156
+ "video.channels": 3,
157
+ "video.codec": "av1",
158
+ "video.pix_fmt": "yuv420p",
159
+ "video.is_depth_map": false,
160
+ "has_audio": false
161
+ }
162
+ },
163
+ "timestamp": {
164
+ "dtype": "float32",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ },
170
+ "frame_index": {
171
+ "dtype": "int64",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ },
177
+ "episode_index": {
178
+ "dtype": "int64",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ },
184
+ "index": {
185
+ "dtype": "int64",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ },
191
+ "task_index": {
192
+ "dtype": "int64",
193
+ "shape": [
194
+ 1
195
+ ],
196
+ "names": null
197
+ }
198
+ }
199
+ }
200
+ ```
201
+
202
+
203
+ ## Citation
204
+
205
+ **BibTeX:**
206
+
207
+ ```bibtex
208
+ [More Information Needed]
209
+ ```