PranayTest commited on
Commit
791fee8
·
verified ·
1 Parent(s): deefdbe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +213 -0
README.md ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=PranayTest/sync-test-small">
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": "agilex_piper_bimanual",
36
+ "total_episodes": 9,
37
+ "total_frames": 1827,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 20,
43
+ "splits": {
44
+ "train": "0:9"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "observation.state": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 14
53
+ ],
54
+ "names": [
55
+ "right_joint1",
56
+ "right_joint2",
57
+ "right_joint3",
58
+ "right_joint4",
59
+ "right_joint5",
60
+ "right_joint6",
61
+ "left_joint1",
62
+ "left_joint2",
63
+ "left_joint3",
64
+ "left_joint4",
65
+ "left_joint5",
66
+ "left_joint6",
67
+ "right_gripper",
68
+ "left_gripper"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 14
75
+ ],
76
+ "names": [
77
+ "right_joint1",
78
+ "right_joint2",
79
+ "right_joint3",
80
+ "right_joint4",
81
+ "right_joint5",
82
+ "right_joint6",
83
+ "left_joint1",
84
+ "left_joint2",
85
+ "left_joint3",
86
+ "left_joint4",
87
+ "left_joint5",
88
+ "left_joint6",
89
+ "right_gripper",
90
+ "left_gripper"
91
+ ]
92
+ },
93
+ "observation.frame_ts_ns": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "observation.state_ts_ns": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "observation.images.right-arm": {
108
+ "dtype": "video",
109
+ "shape": [
110
+ 640,
111
+ 480,
112
+ 3
113
+ ],
114
+ "names": [
115
+ "height",
116
+ "width",
117
+ "channel"
118
+ ],
119
+ "info": {
120
+ "video.height": 640,
121
+ "video.width": 480,
122
+ "video.codec": "h264",
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.is_depth_map": false,
125
+ "video.fps": 20,
126
+ "video.channels": 3,
127
+ "has_audio": false
128
+ }
129
+ },
130
+ "observation.camera_ts_ns.right-arm.rgb": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "observation.images.top": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 640,
141
+ 480,
142
+ 3
143
+ ],
144
+ "names": [
145
+ "height",
146
+ "width",
147
+ "channel"
148
+ ],
149
+ "info": {
150
+ "video.height": 640,
151
+ "video.width": 480,
152
+ "video.codec": "h264",
153
+ "video.pix_fmt": "yuv420p",
154
+ "video.is_depth_map": false,
155
+ "video.fps": 20,
156
+ "video.channels": 3,
157
+ "has_audio": false
158
+ }
159
+ },
160
+ "observation.camera_ts_ns.top.rgb": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "timestamp": {
168
+ "dtype": "float32",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ },
174
+ "frame_index": {
175
+ "dtype": "int64",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "episode_index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "index": {
189
+ "dtype": "int64",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ },
195
+ "task_index": {
196
+ "dtype": "int64",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ }
202
+ }
203
+ }
204
+ ```
205
+
206
+
207
+ ## Citation
208
+
209
+ **BibTeX:**
210
+
211
+ ```bibtex
212
+ [More Information Needed]
213
+ ```