1g0rrr commited on
Commit
6778a24
·
verified ·
1 Parent(s): dd80204

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": "sam_evt2",
29
+ "total_episodes": 51,
30
+ "total_frames": 16209,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "fps": 30,
34
+ "splits": {
35
+ "train": "0:51"
36
+ },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
+ "features": {
40
+ "action": {
41
+ "dtype": "float32",
42
+ "shape": [
43
+ 15
44
+ ],
45
+ "names": [
46
+ "left_shoulder_pan.pos",
47
+ "left_shoulder_lift.pos",
48
+ "left_elbow_flex.pos",
49
+ "left_wrist_flex.pos",
50
+ "left_wrist_side.pos",
51
+ "left_wrist_roll.pos",
52
+ "right_shoulder_pan.pos",
53
+ "right_shoulder_lift.pos",
54
+ "right_elbow_flex.pos",
55
+ "right_wrist_flex.pos",
56
+ "right_wrist_side.pos",
57
+ "right_wrist_roll.pos",
58
+ "left_gripper.pos",
59
+ "right_gripper.pos",
60
+ "handoff.state"
61
+ ],
62
+ "fps": 30
63
+ },
64
+ "observation.state": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 15
68
+ ],
69
+ "names": [
70
+ "left_shoulder_pan.pos",
71
+ "left_shoulder_lift.pos",
72
+ "left_elbow_flex.pos",
73
+ "left_wrist_flex.pos",
74
+ "left_wrist_side.pos",
75
+ "left_wrist_roll.pos",
76
+ "right_shoulder_pan.pos",
77
+ "right_shoulder_lift.pos",
78
+ "right_elbow_flex.pos",
79
+ "right_wrist_flex.pos",
80
+ "right_wrist_side.pos",
81
+ "right_wrist_roll.pos",
82
+ "left_gripper.pos",
83
+ "right_gripper.pos",
84
+ "handoff.state"
85
+ ],
86
+ "fps": 30
87
+ },
88
+ "observation.images.wrist_left": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 480,
92
+ 640,
93
+ 3
94
+ ],
95
+ "names": [
96
+ "height",
97
+ "width",
98
+ "channels"
99
+ ]
100
+ },
101
+ "observation.images.wrist_right": {
102
+ "dtype": "video",
103
+ "shape": [
104
+ 480,
105
+ 640,
106
+ 3
107
+ ],
108
+ "names": [
109
+ "height",
110
+ "width",
111
+ "channels"
112
+ ]
113
+ },
114
+ "observation.images.front": {
115
+ "dtype": "video",
116
+ "shape": [
117
+ 480,
118
+ 640,
119
+ 3
120
+ ],
121
+ "names": [
122
+ "height",
123
+ "width",
124
+ "channels"
125
+ ]
126
+ },
127
+ "observation.images.side": {
128
+ "dtype": "video",
129
+ "shape": [
130
+ 480,
131
+ 640,
132
+ 3
133
+ ],
134
+ "names": [
135
+ "height",
136
+ "width",
137
+ "channels"
138
+ ]
139
+ },
140
+ "timestamp": {
141
+ "dtype": "float32",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null,
146
+ "fps": 30
147
+ },
148
+ "frame_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null,
154
+ "fps": 30
155
+ },
156
+ "episode_index": {
157
+ "dtype": "int64",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null,
162
+ "fps": 30
163
+ },
164
+ "index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null,
170
+ "fps": 30
171
+ },
172
+ "task_index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null,
178
+ "fps": 30
179
+ }
180
+ },
181
+ "task_name": "summit_grab_pcb_from_edge_igor",
182
+ "data_files_size_in_mb": 100,
183
+ "video_files_size_in_mb": 200
184
+ }
185
+ ```
186
+
187
+
188
+ ## Citation
189
+
190
+ **BibTeX:**
191
+
192
+ ```bibtex
193
+ [More Information Needed]
194
+ ```