liyitenga commited on
Commit
beb6c85
·
verified ·
1 Parent(s): 9156241

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +176 -0
README.md ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=liyitenga/am2_bi_test5">
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
+ "fps": 30,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 18
41
+ ],
42
+ "names": [
43
+ "arm_left_shoulder_pan.pos",
44
+ "arm_left_shoulder_lift.pos",
45
+ "arm_left_elbow_flex.pos",
46
+ "arm_left_wrist_flex.pos",
47
+ "arm_left_wrist_yaw.pos",
48
+ "arm_left_wrist_roll.pos",
49
+ "arm_left_gripper.pos",
50
+ "arm_right_shoulder_pan.pos",
51
+ "arm_right_shoulder_lift.pos",
52
+ "arm_right_elbow_flex.pos",
53
+ "arm_right_wrist_flex.pos",
54
+ "arm_right_wrist_yaw.pos",
55
+ "arm_right_wrist_roll.pos",
56
+ "arm_right_gripper.pos",
57
+ "x.vel",
58
+ "y.vel",
59
+ "theta.vel",
60
+ "lift_axis.height_mm"
61
+ ]
62
+ },
63
+ "observation.state": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 18
67
+ ],
68
+ "names": [
69
+ "arm_left_shoulder_pan.pos",
70
+ "arm_left_shoulder_lift.pos",
71
+ "arm_left_elbow_flex.pos",
72
+ "arm_left_wrist_flex.pos",
73
+ "arm_left_wrist_yaw.pos",
74
+ "arm_left_wrist_roll.pos",
75
+ "arm_left_gripper.pos",
76
+ "arm_right_shoulder_pan.pos",
77
+ "arm_right_shoulder_lift.pos",
78
+ "arm_right_elbow_flex.pos",
79
+ "arm_right_wrist_flex.pos",
80
+ "arm_right_wrist_yaw.pos",
81
+ "arm_right_wrist_roll.pos",
82
+ "arm_right_gripper.pos",
83
+ "x.vel",
84
+ "y.vel",
85
+ "theta.vel",
86
+ "lift_axis.height_mm"
87
+ ]
88
+ },
89
+ "observation.images.forward": {
90
+ "dtype": "video",
91
+ "shape": [
92
+ 480,
93
+ 640,
94
+ 3
95
+ ],
96
+ "names": [
97
+ "height",
98
+ "width",
99
+ "channels"
100
+ ],
101
+ "info": {
102
+ "video.height": 480,
103
+ "video.width": 640,
104
+ "video.codec": "av1",
105
+ "video.pix_fmt": "yuv420p",
106
+ "video.is_depth_map": false,
107
+ "video.fps": 30,
108
+ "video.channels": 3,
109
+ "has_audio": false,
110
+ "video.g": 2,
111
+ "video.crf": 30,
112
+ "video.preset": 12,
113
+ "video.fast_decode": 0,
114
+ "video.video_backend": "pyav",
115
+ "video.extra_options": {}
116
+ }
117
+ },
118
+ "timestamp": {
119
+ "dtype": "float32",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "frame_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "episode_index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "task_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ }
153
+ },
154
+ "total_episodes": 1,
155
+ "total_frames": 607,
156
+ "total_tasks": 1,
157
+ "chunks_size": 1000,
158
+ "data_files_size_in_mb": 100,
159
+ "video_files_size_in_mb": 200,
160
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
161
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
162
+ "robot_type": "alohamini_client",
163
+ "splits": {
164
+ "train": "0:1"
165
+ }
166
+ }
167
+ ```
168
+
169
+
170
+ ## Citation
171
+
172
+ **BibTeX:**
173
+
174
+ ```bibtex
175
+ [More Information Needed]
176
+ ```