jwshin95 commited on
Commit
5fcd091
·
verified ·
1 Parent(s): 52dc0a4

Upload README.md with huggingface_hub

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