Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,19 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# RoboMME Training Data (Pickle Format)
|
| 6 |
+
|
| 7 |
+
[Arxiv Paper](https://arxiv.org/abs/2603.04639) | [HF Paper](https://huggingface.co/papers/2603.04639) | [Website](https://robomme.github.io/) | [Benchmark Code](https://github.com/RoboMME/robomme_benchmark) | [Policy Learning Code](https://github.com/RoboMME/robomme_policy_learning)
|
| 8 |
+
|
| 9 |
+
This repo contains preprocessed pickle files for RoboMME training data and npy files for cached image tokens.
|
| 10 |
+
|
| 11 |
+
```
|
| 12 |
+
.
|
| 13 |
+
├── data # zipped pickle files
|
| 14 |
+
├── features # zipped precompute siglip embeddings
|
| 15 |
+
├── meta # statistics for robomme
|
| 16 |
+
├── memer # VLM subgoal training data for MemER (only used for symbolic memory)
|
| 17 |
+
├── qwenvl # VLM subgoal training data for QwenVL (only used for symbolic memory)
|
| 18 |
+
└── README.md
|
| 19 |
```
|