thewisp commited on
Commit
e3bde44
·
verified ·
1 Parent(s): 055d6f1

Upload README.md with huggingface_hub

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