Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,17 @@ cyber_pipette # dataset root path
|
|
17 |
├── videos_ID1_240808.bin # 16x16 image patches at 30hz, each patch is vector-quantized into 2^18 possible integer values. These can be decoded into 256x256 RGB images using the provided magvit2.ckpt weights.
|
18 |
├── ...
|
19 |
└── ...
|
20 |
-
|
21 |
-
|
22 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
├── videos_ID1_240808.bin # 16x16 image patches at 30hz, each patch is vector-quantized into 2^18 possible integer values. These can be decoded into 256x256 RGB images using the provided magvit2.ckpt weights.
|
18 |
├── ...
|
19 |
└── ...
|
|
|
|
|
20 |
```
|
21 |
+
|
22 |
+
[meta.json](meta.json)
|
23 |
+
```json
|
24 |
+
{
|
25 |
+
"task": "cyber_pipette",
|
26 |
+
"robot_type": "unknown",
|
27 |
+
"total_episodes": 8589,
|
28 |
+
"total_frames": 3352047,
|
29 |
+
"token_dtype": "uint32",
|
30 |
+
"vocab_size": 262144,
|
31 |
+
"hz": 30
|
32 |
+
}
|
33 |
+
```
|