thewisp commited on
Commit
ec6e823
·
verified ·
1 Parent(s): 7585646

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -224
README.md DELETED
@@ -1,224 +0,0 @@
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_so107_follower",
29
- "total_episodes": 12,
30
- "total_frames": 3233,
31
- "total_tasks": 1,
32
- "chunks_size": 1000,
33
- "data_files_size_in_mb": 100,
34
- "video_files_size_in_mb": 200,
35
- "fps": 30,
36
- "splits": {
37
- "train": "0:12"
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_flex.pos",
48
- "left_forearm_roll.pos",
49
- "left_wrist_flex.pos",
50
- "left_wrist_roll.pos",
51
- "left_gripper.pos",
52
- "right_shoulder_pan.pos",
53
- "right_shoulder_lift.pos",
54
- "right_elbow_flex.pos",
55
- "right_forearm_roll.pos",
56
- "right_wrist_flex.pos",
57
- "right_wrist_roll.pos",
58
- "right_gripper.pos"
59
- ],
60
- "shape": [
61
- 14
62
- ]
63
- },
64
- "observation.state": {
65
- "dtype": "float32",
66
- "names": [
67
- "left_shoulder_pan.pos",
68
- "left_shoulder_lift.pos",
69
- "left_elbow_flex.pos",
70
- "left_forearm_roll.pos",
71
- "left_wrist_flex.pos",
72
- "left_wrist_roll.pos",
73
- "left_gripper.pos",
74
- "right_shoulder_pan.pos",
75
- "right_shoulder_lift.pos",
76
- "right_elbow_flex.pos",
77
- "right_forearm_roll.pos",
78
- "right_wrist_flex.pos",
79
- "right_wrist_roll.pos",
80
- "right_gripper.pos"
81
- ],
82
- "shape": [
83
- 14
84
- ]
85
- },
86
- "observation.images.front": {
87
- "dtype": "video",
88
- "shape": [
89
- 720,
90
- 1280,
91
- 3
92
- ],
93
- "names": [
94
- "height",
95
- "width",
96
- "channels"
97
- ],
98
- "info": {
99
- "video.height": 720,
100
- "video.width": 1280,
101
- "video.codec": "av1",
102
- "video.pix_fmt": "yuv420p",
103
- "video.is_depth_map": false,
104
- "video.fps": 30,
105
- "video.channels": 3,
106
- "has_audio": false
107
- }
108
- },
109
- "observation.images.left_wrist": {
110
- "dtype": "video",
111
- "shape": [
112
- 720,
113
- 1280,
114
- 3
115
- ],
116
- "names": [
117
- "height",
118
- "width",
119
- "channels"
120
- ],
121
- "info": {
122
- "video.height": 720,
123
- "video.width": 1280,
124
- "video.codec": "av1",
125
- "video.pix_fmt": "yuv420p",
126
- "video.is_depth_map": false,
127
- "video.fps": 30,
128
- "video.channels": 3,
129
- "has_audio": false
130
- }
131
- },
132
- "observation.images.right_wrist": {
133
- "dtype": "video",
134
- "shape": [
135
- 720,
136
- 1280,
137
- 3
138
- ],
139
- "names": [
140
- "height",
141
- "width",
142
- "channels"
143
- ],
144
- "info": {
145
- "video.height": 720,
146
- "video.width": 1280,
147
- "video.codec": "av1",
148
- "video.pix_fmt": "yuv420p",
149
- "video.is_depth_map": false,
150
- "video.fps": 30,
151
- "video.channels": 3,
152
- "has_audio": false
153
- }
154
- },
155
- "observation.images.top": {
156
- "dtype": "video",
157
- "shape": [
158
- 720,
159
- 1280,
160
- 3
161
- ],
162
- "names": [
163
- "height",
164
- "width",
165
- "channels"
166
- ],
167
- "info": {
168
- "video.height": 720,
169
- "video.width": 1280,
170
- "video.codec": "av1",
171
- "video.pix_fmt": "yuv420p",
172
- "video.is_depth_map": false,
173
- "video.fps": 30,
174
- "video.channels": 3,
175
- "has_audio": false
176
- }
177
- },
178
- "timestamp": {
179
- "dtype": "float32",
180
- "shape": [
181
- 1
182
- ],
183
- "names": null
184
- },
185
- "frame_index": {
186
- "dtype": "int64",
187
- "shape": [
188
- 1
189
- ],
190
- "names": null
191
- },
192
- "episode_index": {
193
- "dtype": "int64",
194
- "shape": [
195
- 1
196
- ],
197
- "names": null
198
- },
199
- "index": {
200
- "dtype": "int64",
201
- "shape": [
202
- 1
203
- ],
204
- "names": null
205
- },
206
- "task_index": {
207
- "dtype": "int64",
208
- "shape": [
209
- 1
210
- ],
211
- "names": null
212
- }
213
- }
214
- }
215
- ```
216
-
217
-
218
- ## Citation
219
-
220
- **BibTeX:**
221
-
222
- ```bibtex
223
- [More Information Needed]
224
- ```