Update README.md
Browse files
README.md
CHANGED
@@ -22,19 +22,15 @@ cyber_pipette # dataset root path
|
|
22 |
[meta.json](meta.json)
|
23 |
```json
|
24 |
{
|
25 |
-
"task": "
|
26 |
-
"robot_type": "Unknown",
|
27 |
"total_episodes": 8589,
|
28 |
"total_frames": 3352047,
|
29 |
"token_dtype": "uint32",
|
30 |
-
"s": 16,
|
31 |
-
"h": 16,
|
32 |
-
"w": 16,
|
33 |
"vocab_size": 262144,
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
}
|
40 |
```
|
|
|
22 |
[meta.json](meta.json)
|
23 |
```json
|
24 |
{
|
25 |
+
"task": "Pipette",
|
|
|
26 |
"total_episodes": 8589,
|
27 |
"total_frames": 3352047,
|
28 |
"token_dtype": "uint32",
|
|
|
|
|
|
|
29 |
"vocab_size": 262144,
|
30 |
+
"fps": 30,
|
31 |
+
"manipulation_type": "Bi-Manual",
|
32 |
+
"language_annotation": "None",
|
33 |
+
"scene_type": "Table Top",
|
34 |
+
"data_collect_method": "Directly Collection on Human"
|
35 |
}
|
36 |
```
|