RobotisSW commited on
Commit
6386976
·
verified ·
1 Parent(s): 6a26d96

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
+ - ROBOTIS
8
+ - ai_worker
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **Paper:** [More Information Needed]
22
+ - **License:** apache-2.0
23
+
24
+ ## Dataset Structure
25
+
26
+ [meta/info.json](meta/info.json):
27
+ ```json
28
+ {
29
+ "codebase_version": "v2.1",
30
+ "robot_type": null,
31
+ "total_episodes": 3,
32
+ "total_frames": 903,
33
+ "total_tasks": 1,
34
+ "total_videos": 6,
35
+ "total_chunks": 1,
36
+ "chunks_size": 1000,
37
+ "fps": 30,
38
+ "splits": {
39
+ "train": "0:3"
40
+ },
41
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
42
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
43
+ "features": {
44
+ "timestamp": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 1
48
+ ],
49
+ "names": null
50
+ },
51
+ "frame_index": {
52
+ "dtype": "int64",
53
+ "shape": [
54
+ 1
55
+ ],
56
+ "names": null
57
+ },
58
+ "episode_index": {
59
+ "dtype": "int64",
60
+ "shape": [
61
+ 1
62
+ ],
63
+ "names": null
64
+ },
65
+ "index": {
66
+ "dtype": "int64",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "task_index": {
73
+ "dtype": "int64",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "observation.images.cam_wrist_right": {
80
+ "dtype": "video",
81
+ "names": [
82
+ "channels",
83
+ "height",
84
+ "width"
85
+ ],
86
+ "shape": [
87
+ 240,
88
+ 424,
89
+ 3
90
+ ],
91
+ "info": {
92
+ "video.height": 240,
93
+ "video.width": 424,
94
+ "video.codec": "av1",
95
+ "video.pix_fmt": "yuv420p",
96
+ "video.is_depth_map": false,
97
+ "video.fps": 30,
98
+ "video.channels": 3,
99
+ "has_audio": false
100
+ }
101
+ },
102
+ "observation.images.cam_wrist_left": {
103
+ "dtype": "video",
104
+ "names": [
105
+ "channels",
106
+ "height",
107
+ "width"
108
+ ],
109
+ "shape": [
110
+ 240,
111
+ 424,
112
+ 3
113
+ ],
114
+ "info": {
115
+ "video.height": 240,
116
+ "video.width": 424,
117
+ "video.codec": "av1",
118
+ "video.pix_fmt": "yuv420p",
119
+ "video.is_depth_map": false,
120
+ "video.fps": 30,
121
+ "video.channels": 3,
122
+ "has_audio": false
123
+ }
124
+ },
125
+ "observation.state": {
126
+ "dtype": "float32",
127
+ "names": [
128
+ "arm_l_joint1",
129
+ "arm_l_joint2",
130
+ "arm_l_joint3",
131
+ "arm_l_joint4",
132
+ "arm_l_joint5",
133
+ "arm_l_joint6",
134
+ "arm_l_joint7",
135
+ "gripper_l_joint1",
136
+ "arm_r_joint1",
137
+ "arm_r_joint2",
138
+ "arm_r_joint3",
139
+ "arm_r_joint4",
140
+ "arm_r_joint5",
141
+ "arm_r_joint6",
142
+ "arm_r_joint7",
143
+ "gripper_r_joint1",
144
+ "head_joint1",
145
+ "head_joint2",
146
+ "lift_joint"
147
+ ],
148
+ "shape": [
149
+ 19
150
+ ]
151
+ },
152
+ "action": {
153
+ "dtype": "float32",
154
+ "names": [
155
+ "arm_l_joint1",
156
+ "arm_l_joint2",
157
+ "arm_l_joint3",
158
+ "arm_l_joint4",
159
+ "arm_l_joint5",
160
+ "arm_l_joint6",
161
+ "arm_l_joint7",
162
+ "gripper_l_joint1",
163
+ "arm_r_joint1",
164
+ "arm_r_joint2",
165
+ "arm_r_joint3",
166
+ "arm_r_joint4",
167
+ "arm_r_joint5",
168
+ "arm_r_joint6",
169
+ "arm_r_joint7",
170
+ "gripper_r_joint1",
171
+ "head_joint1",
172
+ "head_joint2",
173
+ "lift_joint"
174
+ ],
175
+ "shape": [
176
+ 19
177
+ ]
178
+ }
179
+ }
180
+ }
181
+ ```
182
+
183
+
184
+ ## Citation
185
+
186
+ **BibTeX:**
187
+
188
+ ```bibtex
189
+ [More Information Needed]
190
+ ```