jsun commited on
Commit
98ec521
·
verified ·
1 Parent(s): 2cd7384

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +188 -0
README.md ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "aloha",
29
+ "total_episodes": 10,
30
+ "total_frames": 8089,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 50,
36
+ "splits": {
37
+ "train": "0:10"
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
+ "dtype": "float32",
44
+ "shape": [
45
+ 14
46
+ ],
47
+ "names": [
48
+ [
49
+ "right_waist",
50
+ "right_shoulder",
51
+ "right_elbow",
52
+ "right_forearm_roll",
53
+ "right_wrist_angle",
54
+ "right_wrist_rotate",
55
+ "right_gripper",
56
+ "left_waist",
57
+ "left_shoulder",
58
+ "left_elbow",
59
+ "left_forearm_roll",
60
+ "left_wrist_angle",
61
+ "left_wrist_rotate",
62
+ "left_gripper"
63
+ ]
64
+ ]
65
+ },
66
+ "action": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 14
70
+ ],
71
+ "names": [
72
+ [
73
+ "right_waist",
74
+ "right_shoulder",
75
+ "right_elbow",
76
+ "right_forearm_roll",
77
+ "right_wrist_angle",
78
+ "right_wrist_rotate",
79
+ "right_gripper",
80
+ "left_waist",
81
+ "left_shoulder",
82
+ "left_elbow",
83
+ "left_forearm_roll",
84
+ "left_wrist_angle",
85
+ "left_wrist_rotate",
86
+ "left_gripper"
87
+ ]
88
+ ]
89
+ },
90
+ "observation.images.cam_high": {
91
+ "dtype": "image",
92
+ "shape": [
93
+ 3,
94
+ 224,
95
+ 224
96
+ ],
97
+ "names": [
98
+ "channels",
99
+ "height",
100
+ "width"
101
+ ]
102
+ },
103
+ "observation.images.cam_low": {
104
+ "dtype": "image",
105
+ "shape": [
106
+ 3,
107
+ 224,
108
+ 224
109
+ ],
110
+ "names": [
111
+ "channels",
112
+ "height",
113
+ "width"
114
+ ]
115
+ },
116
+ "observation.images.cam_left_wrist": {
117
+ "dtype": "image",
118
+ "shape": [
119
+ 3,
120
+ 224,
121
+ 224
122
+ ],
123
+ "names": [
124
+ "channels",
125
+ "height",
126
+ "width"
127
+ ]
128
+ },
129
+ "observation.images.cam_right_wrist": {
130
+ "dtype": "image",
131
+ "shape": [
132
+ 3,
133
+ 224,
134
+ 224
135
+ ],
136
+ "names": [
137
+ "channels",
138
+ "height",
139
+ "width"
140
+ ]
141
+ },
142
+ "timestamp": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ },
149
+ "frame_index": {
150
+ "dtype": "int64",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ },
156
+ "episode_index": {
157
+ "dtype": "int64",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "index": {
164
+ "dtype": "int64",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ },
170
+ "task_index": {
171
+ "dtype": "int64",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ }
177
+ }
178
+ }
179
+ ```
180
+
181
+
182
+ ## Citation
183
+
184
+ **BibTeX:**
185
+
186
+ ```bibtex
187
+ [More Information Needed]
188
+ ```