allday-technology commited on
Commit
cb6b981
·
verified ·
1 Parent(s): 48a49da

Upload README.md with huggingface_hub

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