HarrisonLee24 commited on
Commit
f99c636
·
verified ·
1 Parent(s): 267b10e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +187 -0
README.md ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - LeRobot
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+ ## Dataset Description
16
+
17
+
18
+
19
+ - **Homepage:** [More Information Needed]
20
+ - **Paper:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v3.0",
29
+ "robot_type": "guidebot_client",
30
+ "total_episodes": 21,
31
+ "total_frames": 69640,
32
+ "total_tasks": 1,
33
+ "chunks_size": 1000,
34
+ "data_files_size_in_mb": 100,
35
+ "video_files_size_in_mb": 500,
36
+ "fps": 30,
37
+ "splits": {
38
+ "train": "0:21"
39
+ },
40
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
41
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
42
+ "features": {
43
+ "action": {
44
+ "dtype": "float32",
45
+ "names": [
46
+ "left_arm_shoulder_pan.pos",
47
+ "left_arm_shoulder_lift.pos",
48
+ "left_arm_elbow_flex.pos",
49
+ "left_arm_wrist_flex.pos",
50
+ "left_arm_wrist_roll.pos",
51
+ "left_arm_gripper.pos",
52
+ "right_arm_shoulder_pan.pos",
53
+ "right_arm_shoulder_lift.pos",
54
+ "right_arm_elbow_flex.pos",
55
+ "right_arm_wrist_flex.pos",
56
+ "right_arm_wrist_roll.pos",
57
+ "right_arm_gripper.pos",
58
+ "head_motor_1.pos",
59
+ "head_motor_2.pos",
60
+ "x.vel",
61
+ "y.vel",
62
+ "theta.vel",
63
+ "lift.vel"
64
+ ],
65
+ "shape": [
66
+ 18
67
+ ]
68
+ },
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "names": [
72
+ "left_arm_shoulder_pan.pos",
73
+ "left_arm_shoulder_lift.pos",
74
+ "left_arm_elbow_flex.pos",
75
+ "left_arm_wrist_flex.pos",
76
+ "left_arm_wrist_roll.pos",
77
+ "left_arm_gripper.pos",
78
+ "right_arm_shoulder_pan.pos",
79
+ "right_arm_shoulder_lift.pos",
80
+ "right_arm_elbow_flex.pos",
81
+ "right_arm_wrist_flex.pos",
82
+ "right_arm_wrist_roll.pos",
83
+ "right_arm_gripper.pos",
84
+ "head_motor_1.pos",
85
+ "head_motor_2.pos",
86
+ "x.vel",
87
+ "y.vel",
88
+ "theta.vel",
89
+ "lift.vel"
90
+ ],
91
+ "shape": [
92
+ 18
93
+ ]
94
+ },
95
+ "observation.images.back": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 480,
99
+ 640,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channels"
106
+ ],
107
+ "info": {
108
+ "video.height": 480,
109
+ "video.width": 640,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 30,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.front": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 480,
122
+ 640,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channels"
129
+ ],
130
+ "info": {
131
+ "video.height": 480,
132
+ "video.width": 640,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 30,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "timestamp": {
142
+ "dtype": "float32",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "frame_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ },
155
+ "episode_index": {
156
+ "dtype": "int64",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ },
169
+ "task_index": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": null
175
+ }
176
+ }
177
+ }
178
+ ```
179
+
180
+
181
+ ## Citation
182
+
183
+ **BibTeX:**
184
+
185
+ ```bibtex
186
+ [More Information Needed]
187
+ ```