AffinBank commited on
Commit
822cc10
·
verified ·
1 Parent(s): 0fa47d9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +225 -0
README.md ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=AffinBank/Test_Run_AgiBot_G2">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "agibot_g2",
36
+ "total_episodes": 3,
37
+ "total_frames": 1653,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:3"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "observation.state": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 24
53
+ ],
54
+ "names": [
55
+ "waist_0",
56
+ "waist_1",
57
+ "waist_2",
58
+ "waist_3",
59
+ "waist_4",
60
+ "head_0",
61
+ "head_1",
62
+ "head_2",
63
+ "arm_l_joint1",
64
+ "arm_l_joint2",
65
+ "arm_l_joint3",
66
+ "arm_l_joint4",
67
+ "arm_l_joint5",
68
+ "arm_l_joint6",
69
+ "arm_l_joint7",
70
+ "arm_r_joint1",
71
+ "arm_r_joint2",
72
+ "arm_r_joint3",
73
+ "arm_r_joint4",
74
+ "arm_r_joint5",
75
+ "arm_r_joint6",
76
+ "arm_r_joint7",
77
+ "left_effector",
78
+ "right_effector"
79
+ ]
80
+ },
81
+ "action": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 21
85
+ ],
86
+ "names": [
87
+ "waist_0",
88
+ "waist_1",
89
+ "waist_2",
90
+ "waist_3",
91
+ "waist_4",
92
+ "arm_l_joint1",
93
+ "arm_l_joint2",
94
+ "arm_l_joint3",
95
+ "arm_l_joint4",
96
+ "arm_l_joint5",
97
+ "arm_l_joint6",
98
+ "arm_l_joint7",
99
+ "arm_r_joint1",
100
+ "arm_r_joint2",
101
+ "arm_r_joint3",
102
+ "arm_r_joint4",
103
+ "arm_r_joint5",
104
+ "arm_r_joint6",
105
+ "arm_r_joint7",
106
+ "left_effector",
107
+ "right_effector"
108
+ ]
109
+ },
110
+ "observation.images.head": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 400,
114
+ 640,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "channel"
121
+ ],
122
+ "info": {
123
+ "video.height": 400,
124
+ "video.width": 640,
125
+ "video.codec": "av1",
126
+ "video.pix_fmt": "yuv420p",
127
+ "video.is_depth_map": false,
128
+ "video.fps": 30,
129
+ "video.channels": 3,
130
+ "has_audio": false
131
+ }
132
+ },
133
+ "observation.images.hand_left": {
134
+ "dtype": "video",
135
+ "shape": [
136
+ 1056,
137
+ 1280,
138
+ 3
139
+ ],
140
+ "names": [
141
+ "height",
142
+ "width",
143
+ "channel"
144
+ ],
145
+ "info": {
146
+ "video.height": 1056,
147
+ "video.width": 1280,
148
+ "video.codec": "av1",
149
+ "video.pix_fmt": "yuv420p",
150
+ "video.is_depth_map": false,
151
+ "video.fps": 30,
152
+ "video.channels": 3,
153
+ "has_audio": false
154
+ }
155
+ },
156
+ "observation.images.hand_right": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 1056,
160
+ 1280,
161
+ 3
162
+ ],
163
+ "names": [
164
+ "height",
165
+ "width",
166
+ "channel"
167
+ ],
168
+ "info": {
169
+ "video.height": 1056,
170
+ "video.width": 1280,
171
+ "video.codec": "av1",
172
+ "video.pix_fmt": "yuv420p",
173
+ "video.is_depth_map": false,
174
+ "video.fps": 30,
175
+ "video.channels": 3,
176
+ "has_audio": false
177
+ }
178
+ },
179
+ "timestamp": {
180
+ "dtype": "float32",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "frame_index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "episode_index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ },
207
+ "task_index": {
208
+ "dtype": "int64",
209
+ "shape": [
210
+ 1
211
+ ],
212
+ "names": null
213
+ }
214
+ }
215
+ }
216
+ ```
217
+
218
+
219
+ ## Citation
220
+
221
+ **BibTeX:**
222
+
223
+ ```bibtex
224
+ [More Information Needed]
225
+ ```