PatoTMR commited on
Commit
f18e0a1
·
verified ·
1 Parent(s): 002b80a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +182 -0
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - ffw
8
+ - isaacsim
9
+ - sim2real
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": "ffw",
32
+ "total_episodes": 1,
33
+ "total_frames": 144,
34
+ "total_tasks": 1,
35
+ "total_videos": 0,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 10,
39
+ "splits": {
40
+ "train": "0:1"
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
+ "observation.images.top": {
46
+ "dtype": "image",
47
+ "shape": [
48
+ 256,
49
+ 256,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channel"
56
+ ]
57
+ },
58
+ "observation.images.right": {
59
+ "dtype": "image",
60
+ "shape": [
61
+ 256,
62
+ 256,
63
+ 3
64
+ ],
65
+ "names": [
66
+ "height",
67
+ "width",
68
+ "channel"
69
+ ]
70
+ },
71
+ "observation.images.left": {
72
+ "dtype": "image",
73
+ "shape": [
74
+ 256,
75
+ 256,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channel"
82
+ ]
83
+ },
84
+ "observation.state": {
85
+ "dtype": "float32",
86
+ "shape": [
87
+ 16
88
+ ],
89
+ "names": {
90
+ "motors": [
91
+ "arm_l_joint1",
92
+ "arm_l_joint2",
93
+ "arm_l_joint3",
94
+ "arm_l_joint4",
95
+ "arm_l_joint5",
96
+ "arm_l_joint6",
97
+ "arm_l_joint7",
98
+ "arm_r_joint1",
99
+ "arm_r_joint2",
100
+ "arm_r_joint3",
101
+ "arm_r_joint4",
102
+ "arm_r_joint5",
103
+ "arm_r_joint6",
104
+ "arm_r_joint7",
105
+ "gripper_l_joint1",
106
+ "gripper_r_joint1"
107
+ ]
108
+ }
109
+ },
110
+ "action": {
111
+ "dtype": "float32",
112
+ "shape": [
113
+ 16
114
+ ],
115
+ "names": {
116
+ "motors": [
117
+ "arm_l_joint1",
118
+ "arm_l_joint2",
119
+ "arm_l_joint3",
120
+ "arm_l_joint4",
121
+ "arm_l_joint5",
122
+ "arm_l_joint6",
123
+ "arm_l_joint7",
124
+ "arm_r_joint1",
125
+ "arm_r_joint2",
126
+ "arm_r_joint3",
127
+ "arm_r_joint4",
128
+ "arm_r_joint5",
129
+ "arm_r_joint6",
130
+ "arm_r_joint7",
131
+ "gripper_l_joint1",
132
+ "gripper_r_joint1"
133
+ ]
134
+ }
135
+ },
136
+ "timestamp": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ },
143
+ "frame_index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ },
150
+ "episode_index": {
151
+ "dtype": "int64",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null
156
+ },
157
+ "index": {
158
+ "dtype": "int64",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "task_index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ }
171
+ }
172
+ }
173
+ ```
174
+
175
+
176
+ ## Citation
177
+
178
+ **BibTeX:**
179
+
180
+ ```bibtex
181
+ [More Information Needed]
182
+ ```