asterism45 commited on
Commit
57d2218
·
verified ·
1 Parent(s): f37258b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +175 -0
README.md ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v3.0",
28
+ "robot_type": "bi_openarm",
29
+ "total_episodes": 30,
30
+ "total_frames": 22162,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:30"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "names": [
45
+ "left_shoulder_pan.pos",
46
+ "left_shoulder_lift.pos",
47
+ "left_elbow.pos",
48
+ "left_wrist_pitch.pos",
49
+ "left_wrist_roll.pos",
50
+ "left_wrist_yaw.pos",
51
+ "left_tool.pos",
52
+ "left_gripper.pos",
53
+ "right_shoulder_pan.pos",
54
+ "right_shoulder_lift.pos",
55
+ "right_elbow.pos",
56
+ "right_wrist_pitch.pos",
57
+ "right_wrist_roll.pos",
58
+ "right_wrist_yaw.pos",
59
+ "right_tool.pos",
60
+ "right_gripper.pos"
61
+ ],
62
+ "shape": [
63
+ 16
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "names": [
69
+ "left_shoulder_pan.pos",
70
+ "left_shoulder_pan.vel",
71
+ "left_shoulder_lift.pos",
72
+ "left_shoulder_lift.vel",
73
+ "left_elbow.pos",
74
+ "left_elbow.vel",
75
+ "left_wrist_pitch.pos",
76
+ "left_wrist_pitch.vel",
77
+ "left_wrist_roll.pos",
78
+ "left_wrist_roll.vel",
79
+ "left_wrist_yaw.pos",
80
+ "left_wrist_yaw.vel",
81
+ "left_tool.pos",
82
+ "left_tool.vel",
83
+ "left_gripper.pos",
84
+ "left_gripper.vel",
85
+ "right_shoulder_pan.pos",
86
+ "right_shoulder_pan.vel",
87
+ "right_shoulder_lift.pos",
88
+ "right_shoulder_lift.vel",
89
+ "right_elbow.pos",
90
+ "right_elbow.vel",
91
+ "right_wrist_pitch.pos",
92
+ "right_wrist_pitch.vel",
93
+ "right_wrist_roll.pos",
94
+ "right_wrist_roll.vel",
95
+ "right_wrist_yaw.pos",
96
+ "right_wrist_yaw.vel",
97
+ "right_tool.pos",
98
+ "right_tool.vel",
99
+ "right_gripper.pos",
100
+ "right_gripper.vel"
101
+ ],
102
+ "shape": [
103
+ 32
104
+ ]
105
+ },
106
+ "observation.images.laptop": {
107
+ "dtype": "video",
108
+ "shape": [
109
+ 480,
110
+ 640,
111
+ 3
112
+ ],
113
+ "names": [
114
+ "height",
115
+ "width",
116
+ "channels"
117
+ ],
118
+ "info": {
119
+ "video.height": 480,
120
+ "video.width": 640,
121
+ "video.codec": "av1",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "video.fps": 30,
125
+ "video.channels": 3,
126
+ "has_audio": false
127
+ }
128
+ },
129
+ "timestamp": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "frame_index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ },
143
+ "episode_index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ },
150
+ "index": {
151
+ "dtype": "int64",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null
156
+ },
157
+ "task_index": {
158
+ "dtype": "int64",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ }
164
+ }
165
+ }
166
+ ```
167
+
168
+
169
+ ## Citation
170
+
171
+ **BibTeX:**
172
+
173
+ ```bibtex
174
+ [More Information Needed]
175
+ ```