rbler commited on
Commit
7bc49dc
Β·
verified Β·
1 Parent(s): 793a945

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -35,15 +35,25 @@ configs:
35
  - split: test
36
  path: OST_bench.json
37
  ---
38
-
39
  This page contains the data for the paper "OST-Bench: Evaluating the Capabilities of MLLMs in Online Spatio-temporal Scene Understanding."
40
 
41
  [**🌐 Homepage**](https://rbler1234.github.io/OSTBench.github.io/) | [**πŸ“‘ Paper**](https://arxiv.org/pdf/2507.07984) | [**πŸ’» Code**](https://github.com/OpenRobotLab/OST-Bench) | [**πŸ“– arXiv**](https://arxiv.org/abs/2507.07984)
42
 
 
 
 
 
 
 
 
 
 
 
 
43
  ## Dataset Description
44
- The `imgs` folder contains image data corresponding to 1,386 scenes. Each scene has its own subfolder, which stores the observations captured by the agent while exploring that scene.
45
 
46
- ost-bench.json consists of 10k data samples, where each sample represents one round of Q&A (question and answer) and includes the new observations for that round. The structure of each sample (dictionary) is as follows:
47
 
48
  ```python
49
  {
 
35
  - split: test
36
  path: OST_bench.json
37
  ---
 
38
  This page contains the data for the paper "OST-Bench: Evaluating the Capabilities of MLLMs in Online Spatio-temporal Scene Understanding."
39
 
40
  [**🌐 Homepage**](https://rbler1234.github.io/OSTBench.github.io/) | [**πŸ“‘ Paper**](https://arxiv.org/pdf/2507.07984) | [**πŸ’» Code**](https://github.com/OpenRobotLab/OST-Bench) | [**πŸ“– arXiv**](https://arxiv.org/abs/2507.07984)
41
 
42
+ ## Introduction
43
+
44
+ Download OST-Bench for evaluation only:
45
+ ```
46
+ huggingface-cli download rbler/OST-Bench --include OST_bench.json,img.zip --repo-type dataset
47
+ ```
48
+ Download OST-Bench for both training and evaluation:
49
+ ```
50
+ huggingface-cli download rbler/OST-Bench --repo-type dataset
51
+ ```
52
+
53
  ## Dataset Description
54
+ The `imgs`/`img_train` zipfile contains image data corresponding to 1.4k/7k scenes. Each scene has its own subfolder, which stores the observations captured by the agent while exploring that scene.
55
 
56
+ OST_bench.json/OST_bench_train.json consists of 10k/50k data samples, where each sample represents one round of Q&A (question and answer) and includes the new observations for that round. The structure of each sample (dictionary) is as follows:
57
 
58
  ```python
59
  {