Heart22 commited on
Commit
a9765e2
·
verified ·
1 Parent(s): a4eb0d2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +179 -3
README.md CHANGED
@@ -1,3 +1,179 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - agibot
8
+ - vla
9
+ - robotics
10
+ - manipulation
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
+
18
+ ## Dataset Description
19
+
20
+
21
+
22
+ - **Homepage:** [More Information Needed]
23
+ - **Paper:** [More Information Needed]
24
+ - **License:** apache-2.0
25
+
26
+ ## Dataset Structure
27
+
28
+ [meta/info.json](meta/info.json):
29
+ ```json
30
+ {
31
+ "codebase_version": "v3.0",
32
+ "robot_type": "openarm_dual",
33
+ "total_episodes": 135,
34
+ "total_frames": 10809,
35
+ "total_tasks": 1,
36
+ "chunks_size": 1000,
37
+ "data_files_size_in_mb": 100,
38
+ "video_files_size_in_mb": 500,
39
+ "fps": 10,
40
+ "splits": {
41
+ "train": "0:135"
42
+ },
43
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
44
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
45
+ "features": {
46
+ "observation.images.head": {
47
+ "dtype": "video",
48
+ "shape": [
49
+ 256,
50
+ 256,
51
+ 3
52
+ ],
53
+ "names": [
54
+ "height",
55
+ "width",
56
+ "channel"
57
+ ],
58
+ "info": {
59
+ "video.height": 256,
60
+ "video.width": 256,
61
+ "video.codec": "av1",
62
+ "video.pix_fmt": "yuv420p",
63
+ "video.is_depth_map": false,
64
+ "video.fps": 10,
65
+ "video.channels": 3,
66
+ "has_audio": false
67
+ }
68
+ },
69
+ "observation.images.hand_left": {
70
+ "dtype": "video",
71
+ "shape": [
72
+ 256,
73
+ 256,
74
+ 3
75
+ ],
76
+ "names": [
77
+ "height",
78
+ "width",
79
+ "channel"
80
+ ],
81
+ "info": {
82
+ "video.height": 256,
83
+ "video.width": 256,
84
+ "video.codec": "av1",
85
+ "video.pix_fmt": "yuv420p",
86
+ "video.is_depth_map": false,
87
+ "video.fps": 10,
88
+ "video.channels": 3,
89
+ "has_audio": false
90
+ }
91
+ },
92
+ "observation.images.hand_right": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 256,
96
+ 256,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channel"
103
+ ],
104
+ "info": {
105
+ "video.height": 256,
106
+ "video.width": 256,
107
+ "video.codec": "av1",
108
+ "video.pix_fmt": "yuv420p",
109
+ "video.is_depth_map": false,
110
+ "video.fps": 10,
111
+ "video.channels": 3,
112
+ "has_audio": false
113
+ }
114
+ },
115
+ "observation.state": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 16
119
+ ],
120
+ "names": [
121
+ "joint_and_gripper_positions"
122
+ ]
123
+ },
124
+ "action": {
125
+ "dtype": "float32",
126
+ "shape": [
127
+ 16
128
+ ],
129
+ "names": [
130
+ "joint_and_gripper_targets"
131
+ ]
132
+ },
133
+ "timestamp": {
134
+ "dtype": "float32",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ },
140
+ "frame_index": {
141
+ "dtype": "int64",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "episode_index": {
148
+ "dtype": "int64",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "task_index": {
162
+ "dtype": "int64",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ }
168
+ }
169
+ }
170
+ ```
171
+
172
+
173
+ ## Citation
174
+
175
+ **BibTeX:**
176
+
177
+ ```bibtex
178
+ [More Information Needed]
179
+ ```