pepijn223 HF Staff commited on
Commit
4f693f4
·
verified ·
1 Parent(s): bcadebc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +180 -0
README.md ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=lerobot-data-collection/human_loop1_2">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "bi_openarm_follower",
36
+ "total_episodes": 0,
37
+ "total_frames": 0,
38
+ "total_tasks": 0,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {},
44
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
+ "features": {
47
+ "action": {
48
+ "dtype": "float32",
49
+ "names": [
50
+ "left_joint_1.pos",
51
+ "left_joint_2.pos",
52
+ "left_joint_3.pos",
53
+ "left_joint_4.pos",
54
+ "left_joint_5.pos",
55
+ "left_joint_6.pos",
56
+ "left_joint_7.pos",
57
+ "left_gripper.pos",
58
+ "right_joint_1.pos",
59
+ "right_joint_2.pos",
60
+ "right_joint_3.pos",
61
+ "right_joint_4.pos",
62
+ "right_joint_5.pos",
63
+ "right_joint_6.pos",
64
+ "right_joint_7.pos",
65
+ "right_gripper.pos"
66
+ ],
67
+ "shape": [
68
+ 16
69
+ ]
70
+ },
71
+ "observation.state": {
72
+ "dtype": "float32",
73
+ "names": [
74
+ "left_joint_1.pos",
75
+ "left_joint_2.pos",
76
+ "left_joint_3.pos",
77
+ "left_joint_4.pos",
78
+ "left_joint_5.pos",
79
+ "left_joint_6.pos",
80
+ "left_joint_7.pos",
81
+ "left_gripper.pos",
82
+ "right_joint_1.pos",
83
+ "right_joint_2.pos",
84
+ "right_joint_3.pos",
85
+ "right_joint_4.pos",
86
+ "right_joint_5.pos",
87
+ "right_joint_6.pos",
88
+ "right_joint_7.pos",
89
+ "right_gripper.pos"
90
+ ],
91
+ "shape": [
92
+ 16
93
+ ]
94
+ },
95
+ "observation.images.left_wrist": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 720,
99
+ 1280,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channels"
106
+ ]
107
+ },
108
+ "observation.images.right_wrist": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 720,
112
+ 1280,
113
+ 3
114
+ ],
115
+ "names": [
116
+ "height",
117
+ "width",
118
+ "channels"
119
+ ]
120
+ },
121
+ "observation.images.base": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 480,
125
+ 640,
126
+ 3
127
+ ],
128
+ "names": [
129
+ "height",
130
+ "width",
131
+ "channels"
132
+ ]
133
+ },
134
+ "timestamp": {
135
+ "dtype": "float32",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "frame_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "episode_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ },
155
+ "index": {
156
+ "dtype": "int64",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "task_index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ }
169
+ }
170
+ }
171
+ ```
172
+
173
+
174
+ ## Citation
175
+
176
+ **BibTeX:**
177
+
178
+ ```bibtex
179
+ [More Information Needed]
180
+ ```