cartergibbs1 commited on
Commit
66aa8d2
·
verified ·
1 Parent(s): c782277

Upload README.md with huggingface_hub

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