mchen02 commited on
Commit
5f2b56a
·
verified ·
1 Parent(s): 0a9c22d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +190 -0
README.md ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "r1",
29
+ "total_episodes": 2,
30
+ "total_frames": 47,
31
+ "total_tasks": 1,
32
+ "total_videos": 4,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 5,
36
+ "splits": {
37
+ "train": "0:2"
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
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 20
46
+ ],
47
+ "names": [
48
+ "left_arm_j1",
49
+ "left_arm_j2",
50
+ "left_arm_j3",
51
+ "left_arm_j4",
52
+ "left_arm_j5",
53
+ "left_arm_j6",
54
+ "left_arm_j7",
55
+ "right_arm_j1",
56
+ "right_arm_j2",
57
+ "right_arm_j3",
58
+ "right_arm_j4",
59
+ "right_arm_j5",
60
+ "right_arm_j6",
61
+ "right_arm_j7",
62
+ "torso_j1",
63
+ "torso_j2",
64
+ "torso_j3",
65
+ "torso_j4",
66
+ "left_gripper",
67
+ "right_gripper"
68
+ ]
69
+ },
70
+ "observation.state": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 20
74
+ ],
75
+ "names": [
76
+ "left_arm_j1",
77
+ "left_arm_j2",
78
+ "left_arm_j3",
79
+ "left_arm_j4",
80
+ "left_arm_j5",
81
+ "left_arm_j6",
82
+ "left_arm_j7",
83
+ "right_arm_j1",
84
+ "right_arm_j2",
85
+ "right_arm_j3",
86
+ "right_arm_j4",
87
+ "right_arm_j5",
88
+ "right_arm_j6",
89
+ "right_arm_j7",
90
+ "torso_j1",
91
+ "torso_j2",
92
+ "torso_j3",
93
+ "torso_j4",
94
+ "left_gripper",
95
+ "right_gripper"
96
+ ]
97
+ },
98
+ "observation.images.head": {
99
+ "dtype": "video",
100
+ "shape": [
101
+ 360,
102
+ 640,
103
+ 3
104
+ ],
105
+ "names": [
106
+ "height",
107
+ "width",
108
+ "channels"
109
+ ],
110
+ "info": {
111
+ "video.fps": 5.0,
112
+ "video.height": 360,
113
+ "video.width": 640,
114
+ "video.channels": 3,
115
+ "video.codec": "h264",
116
+ "video.pix_fmt": "yuv420p",
117
+ "video.is_depth_map": false,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.images.wrist_right": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 480,
125
+ 848,
126
+ 3
127
+ ],
128
+ "names": [
129
+ "height",
130
+ "width",
131
+ "channels"
132
+ ],
133
+ "info": {
134
+ "video.fps": 5.0,
135
+ "video.height": 480,
136
+ "video.width": 848,
137
+ "video.channels": 3,
138
+ "video.codec": "h264",
139
+ "video.pix_fmt": "yuv420p",
140
+ "video.is_depth_map": false,
141
+ "has_audio": false
142
+ }
143
+ },
144
+ "timestamp": {
145
+ "dtype": "float32",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "frame_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "episode_index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "task_index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ }
179
+ }
180
+ }
181
+ ```
182
+
183
+
184
+ ## Citation
185
+
186
+ **BibTeX:**
187
+
188
+ ```bibtex
189
+ [More Information Needed]
190
+ ```