hu-po commited on
Commit
c74929b
·
verified ·
1 Parent(s): d017f02

Upload README.md with huggingface_hub

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