Jefferzn commited on
Commit
c10c6c5
·
verified ·
1 Parent(s): 6c2b840

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +178 -0
README.md ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "yam_bimanual",
29
+ "total_episodes": 51,
30
+ "total_frames": 7601,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 10,
36
+ "splits": {
37
+ "train": "0:51"
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
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 14
46
+ ],
47
+ "names": [
48
+ "Lleft_j0",
49
+ "Lleft_j1",
50
+ "Lleft_j2",
51
+ "Lleft_j3",
52
+ "Lleft_j4",
53
+ "Lleft_j5",
54
+ "Lleft_gripper",
55
+ "Lright_j0",
56
+ "Lright_j1",
57
+ "Lright_j2",
58
+ "Lright_j3",
59
+ "Lright_j4",
60
+ "Lright_j5",
61
+ "Lright_gripper"
62
+ ]
63
+ },
64
+ "action": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 14
68
+ ],
69
+ "names": [
70
+ "Lleft_j0",
71
+ "Lleft_j1",
72
+ "Lleft_j2",
73
+ "Lleft_j3",
74
+ "Lleft_j4",
75
+ "Lleft_j5",
76
+ "Lleft_gripper",
77
+ "Lright_j0",
78
+ "Lright_j1",
79
+ "Lright_j2",
80
+ "Lright_j3",
81
+ "Lright_j4",
82
+ "Lright_j5",
83
+ "Lright_gripper"
84
+ ]
85
+ },
86
+ "observation.images.cam_0": {
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": 10,
105
+ "video.channels": 3,
106
+ "has_audio": false
107
+ }
108
+ },
109
+ "observation.images.cam_1": {
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": 10,
128
+ "video.channels": 3,
129
+ "has_audio": false
130
+ }
131
+ },
132
+ "timestamp": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "frame_index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "episode_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ },
153
+ "index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "task_index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ }
167
+ }
168
+ }
169
+ ```
170
+
171
+
172
+ ## Citation
173
+
174
+ **BibTeX:**
175
+
176
+ ```bibtex
177
+ [More Information Needed]
178
+ ```