Datasets:
Update README.md
Browse files
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`
|
| 45 |
|
| 46 |
-
|
| 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 |
{
|