aposadasn commited on
Commit
f1acce2
·
verified ·
1 Parent(s): 369b9be

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +196 -0
README.md ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "robot_type": "multi_robot",
29
+ "total_episodes": 4,
30
+ "total_frames": 1492,
31
+ "total_tasks": 1,
32
+ "total_videos": 8,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:4"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "shape": [
44
+ 23
45
+ ],
46
+ "dtype": "float32",
47
+ "names": [
48
+ "right_xarm7_joint_0",
49
+ "right_xarm7_joint_1",
50
+ "right_xarm7_joint_2",
51
+ "right_xarm7_joint_3",
52
+ "right_xarm7_joint_4",
53
+ "right_xarm7_joint_5",
54
+ "right_xarm7_joint_6",
55
+ "leap_joint_0",
56
+ "leap_joint_1",
57
+ "leap_joint_2",
58
+ "leap_joint_3",
59
+ "leap_joint_4",
60
+ "leap_joint_5",
61
+ "leap_joint_6",
62
+ "leap_joint_7",
63
+ "leap_joint_8",
64
+ "leap_joint_9",
65
+ "leap_joint_10",
66
+ "leap_joint_11",
67
+ "leap_joint_12",
68
+ "leap_joint_13",
69
+ "leap_joint_14",
70
+ "leap_joint_15"
71
+ ]
72
+ },
73
+ "action": {
74
+ "shape": [
75
+ 23
76
+ ],
77
+ "dtype": "float32",
78
+ "names": [
79
+ "right_xarm7_x",
80
+ "right_xarm7_y",
81
+ "right_xarm7_z",
82
+ "right_xarm7_qx",
83
+ "right_xarm7_qy",
84
+ "right_xarm7_qz",
85
+ "right_xarm7_qw",
86
+ "leap_cmd_0",
87
+ "leap_cmd_1",
88
+ "leap_cmd_2",
89
+ "leap_cmd_3",
90
+ "leap_cmd_4",
91
+ "leap_cmd_5",
92
+ "leap_cmd_6",
93
+ "leap_cmd_7",
94
+ "leap_cmd_8",
95
+ "leap_cmd_9",
96
+ "leap_cmd_10",
97
+ "leap_cmd_11",
98
+ "leap_cmd_12",
99
+ "leap_cmd_13",
100
+ "leap_cmd_14",
101
+ "leap_cmd_15"
102
+ ]
103
+ },
104
+ "observation.images.front": {
105
+ "dtype": "video",
106
+ "shape": [
107
+ 480,
108
+ 640,
109
+ 3
110
+ ],
111
+ "names": [
112
+ "height",
113
+ "width",
114
+ "channels"
115
+ ],
116
+ "info": {
117
+ "video.height": 480,
118
+ "video.width": 640,
119
+ "video.codec": "av1",
120
+ "video.pix_fmt": "yuv420p",
121
+ "video.is_depth_map": false,
122
+ "video.fps": 30,
123
+ "video.channels": 3,
124
+ "has_audio": false
125
+ }
126
+ },
127
+ "observation.images.overhead": {
128
+ "dtype": "video",
129
+ "shape": [
130
+ 480,
131
+ 640,
132
+ 3
133
+ ],
134
+ "names": [
135
+ "height",
136
+ "width",
137
+ "channels"
138
+ ],
139
+ "info": {
140
+ "video.height": 480,
141
+ "video.width": 640,
142
+ "video.codec": "av1",
143
+ "video.pix_fmt": "yuv420p",
144
+ "video.is_depth_map": false,
145
+ "video.fps": 30,
146
+ "video.channels": 3,
147
+ "has_audio": false
148
+ }
149
+ },
150
+ "timestamp": {
151
+ "dtype": "float32",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null
156
+ },
157
+ "frame_index": {
158
+ "dtype": "int64",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "episode_index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "task_index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ }
185
+ }
186
+ }
187
+ ```
188
+
189
+
190
+ ## Citation
191
+
192
+ **BibTeX:**
193
+
194
+ ```bibtex
195
+ [More Information Needed]
196
+ ```