ToFour commited on
Commit
e60c5c8
·
verified ·
1 Parent(s): 40c04cf

Upload README.md with huggingface_hub

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