Yinpei commited on
Commit
8fc36dd
·
verified ·
1 Parent(s): 5049167

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -12
README.md CHANGED
@@ -1,13 +1,19 @@
1
- ---
2
- license: apache-2.0
3
- ---
4
-
5
- ```
6
- .
7
- ├── data # zipped pickle files
8
- ├── features # zipped precompute siglip embeddings
9
- ├── meta # statistics for robomme
10
- ├── memer # VLM subgoal training data for MemER (only used for symbolic memory)
11
- ├── qwenvl # VLM subgoal training data for QwenVL (only used for symbolic memory)
12
- └── README.md
 
 
 
 
 
 
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
  ```