alibasalam commited on
Commit
a93f5c9
·
verified ·
1 Parent(s): d33d374

Upload README.md with huggingface_hub

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