asterism45 commited on
Commit
8042432
·
verified ·
1 Parent(s): 37623da

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +172 -0
README.md ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 10,
30
+ "total_frames": 17717,
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:10"
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
+ "right_shoulder_pan.pos",
53
+ "right_shoulder_lift.pos",
54
+ "right_elbow.pos",
55
+ "right_wrist_pitch.pos",
56
+ "right_wrist_roll.pos",
57
+ "right_wrist_yaw.pos",
58
+ "right_tool.pos",
59
+ "right_gripper.pos"
60
+ ],
61
+ "shape": [
62
+ 15
63
+ ]
64
+ },
65
+ "observation.state": {
66
+ "dtype": "float32",
67
+ "names": [
68
+ "left_shoulder_pan.pos",
69
+ "left_shoulder_pan.vel",
70
+ "left_shoulder_lift.pos",
71
+ "left_shoulder_lift.vel",
72
+ "left_elbow.pos",
73
+ "left_elbow.vel",
74
+ "left_wrist_pitch.pos",
75
+ "left_wrist_pitch.vel",
76
+ "left_wrist_roll.pos",
77
+ "left_wrist_roll.vel",
78
+ "left_wrist_yaw.pos",
79
+ "left_wrist_yaw.vel",
80
+ "left_tool.pos",
81
+ "left_tool.vel",
82
+ "right_shoulder_pan.pos",
83
+ "right_shoulder_pan.vel",
84
+ "right_shoulder_lift.pos",
85
+ "right_shoulder_lift.vel",
86
+ "right_elbow.pos",
87
+ "right_elbow.vel",
88
+ "right_wrist_pitch.pos",
89
+ "right_wrist_pitch.vel",
90
+ "right_wrist_roll.pos",
91
+ "right_wrist_roll.vel",
92
+ "right_wrist_yaw.pos",
93
+ "right_wrist_yaw.vel",
94
+ "right_tool.pos",
95
+ "right_tool.vel",
96
+ "right_gripper.pos",
97
+ "right_gripper.vel"
98
+ ],
99
+ "shape": [
100
+ 30
101
+ ]
102
+ },
103
+ "observation.images.laptop": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 480,
107
+ 640,
108
+ 3
109
+ ],
110
+ "names": [
111
+ "height",
112
+ "width",
113
+ "channels"
114
+ ],
115
+ "info": {
116
+ "video.height": 480,
117
+ "video.width": 640,
118
+ "video.codec": "av1",
119
+ "video.pix_fmt": "yuv420p",
120
+ "video.is_depth_map": false,
121
+ "video.fps": 30,
122
+ "video.channels": 3,
123
+ "has_audio": false
124
+ }
125
+ },
126
+ "timestamp": {
127
+ "dtype": "float32",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "frame_index": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ },
140
+ "episode_index": {
141
+ "dtype": "int64",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "index": {
148
+ "dtype": "int64",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "task_index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ }
161
+ }
162
+ }
163
+ ```
164
+
165
+
166
+ ## Citation
167
+
168
+ **BibTeX:**
169
+
170
+ ```bibtex
171
+ [More Information Needed]
172
+ ```