learner1119 commited on
Commit
f539b02
·
verified ·
1 Parent(s): a3952b5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +189 -0
README.md ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v2.1",
28
+ "robot_type": "ffw_sg2_rev1",
29
+ "total_episodes": 3,
30
+ "total_frames": 575,
31
+ "total_tasks": 1,
32
+ "total_videos": 9,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:3"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "names": [
45
+ "arm_l_joint1",
46
+ "arm_l_joint2",
47
+ "arm_l_joint3",
48
+ "arm_l_joint4",
49
+ "arm_l_joint5",
50
+ "arm_l_joint6",
51
+ "arm_l_joint7",
52
+ "gripper_l_joint1"
53
+ ],
54
+ "shape": [
55
+ 8
56
+ ]
57
+ },
58
+ "action": {
59
+ "dtype": "float32",
60
+ "names": [
61
+ "arm_l_joint1",
62
+ "arm_l_joint2",
63
+ "arm_l_joint3",
64
+ "arm_l_joint4",
65
+ "arm_l_joint5",
66
+ "arm_l_joint6",
67
+ "arm_l_joint7",
68
+ "gripper_l_joint1"
69
+ ],
70
+ "shape": [
71
+ 8
72
+ ]
73
+ },
74
+ "observation.images.cam_head": {
75
+ "dtype": "video",
76
+ "names": [
77
+ "height",
78
+ "width",
79
+ "channels"
80
+ ],
81
+ "shape": [
82
+ 376,
83
+ 672,
84
+ 3
85
+ ],
86
+ "info": {
87
+ "video.height": 376,
88
+ "video.width": 672,
89
+ "video.codec": "av1",
90
+ "video.pix_fmt": "yuv420p",
91
+ "video.is_depth_map": false,
92
+ "video.fps": 20,
93
+ "video.channels": 3,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "observation.images.cam_wrist_left": {
98
+ "dtype": "video",
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channels"
103
+ ],
104
+ "shape": [
105
+ 240,
106
+ 424,
107
+ 3
108
+ ],
109
+ "info": {
110
+ "video.height": 240,
111
+ "video.width": 424,
112
+ "video.codec": "av1",
113
+ "video.pix_fmt": "yuv420p",
114
+ "video.is_depth_map": false,
115
+ "video.fps": 20,
116
+ "video.channels": 3,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "observation.images.cam_wrist_right": {
121
+ "dtype": "video",
122
+ "names": [
123
+ "height",
124
+ "width",
125
+ "channels"
126
+ ],
127
+ "shape": [
128
+ 240,
129
+ 424,
130
+ 3
131
+ ],
132
+ "info": {
133
+ "video.height": 240,
134
+ "video.width": 424,
135
+ "video.codec": "av1",
136
+ "video.pix_fmt": "yuv420p",
137
+ "video.is_depth_map": false,
138
+ "video.fps": 20,
139
+ "video.channels": 3,
140
+ "has_audio": false
141
+ }
142
+ },
143
+ "timestamp": {
144
+ "dtype": "float32",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ },
150
+ "frame_index": {
151
+ "dtype": "int64",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null
156
+ },
157
+ "episode_index": {
158
+ "dtype": "int64",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "task_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ }
178
+ }
179
+ }
180
+ ```
181
+
182
+
183
+ ## Citation
184
+
185
+ **BibTeX:**
186
+
187
+ ```bibtex
188
+ [More Information Needed]
189
+ ```