Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -188,56 +188,6 @@ As MLLMs continue to advance, they remain largely focused on offline video compr
|
|
188 |
<img src="./figs/task_taxonomy.png" width="80%" alt="Task Taxonomy">
|
189 |
</div>
|
190 |
|
191 |
-
## ๐ Dataset Examples
|
192 |
-
https://github.com/user-attachments/assets/e6d1655d-ab3f-47a7-973a-8fd6c8962307
|
193 |
-
<div align="center">
|
194 |
-
<video width="100%" controls>
|
195 |
-
<source src="./figs/example.video" type="video/mp4">
|
196 |
-
Your browser does not support the video tag.
|
197 |
-
</video>
|
198 |
-
</div>
|
199 |
-
|
200 |
-
## ๐ฎ Evaluation Pipeline
|
201 |
-
|
202 |
-
### Requirements
|
203 |
-
|
204 |
-
- Python 3.x
|
205 |
-
- moviepy
|
206 |
-
|
207 |
-
### Data Preparation
|
208 |
-
|
209 |
-
1. **Download Dataset**: Retrieve all necessary files from the [StreamingBench Dataset](https://huggingface.co/datasets/mjuicem/StreamingBench).
|
210 |
-
|
211 |
-
2. **Decompress Files**: Extract the downloaded files and organize them in the `./data` directory as follows:
|
212 |
-
|
213 |
-
```
|
214 |
-
StreamingBench/
|
215 |
-
โโโ data/
|
216 |
-
โ โโโ real/ # Unzip Real Time Visual Understanding_*.zip into this folder
|
217 |
-
โ โโโ omini/ # Unzip other .zip files into this folder
|
218 |
-
โ โโโ sqa/ # Unzip Sequential Question Answering_*.zip into this folder
|
219 |
-
โ โโโ proactive/ # Unzip Proactive Output_*.zip into this folder
|
220 |
-
```
|
221 |
-
|
222 |
-
3. **Preprocess Data**: Run the following command to preprocess the data:
|
223 |
-
|
224 |
-
```bash
|
225 |
-
bash scripts/preprocess.sh
|
226 |
-
```
|
227 |
-
|
228 |
-
### Model Preparation
|
229 |
-
|
230 |
-
Prepare your own model for evaluation by following the instructions provided [here](./docs/model_guide.md). This guide will help you set up and configure your model to ensure it is ready for testing against the dataset.
|
231 |
-
|
232 |
-
### Evaluation
|
233 |
-
|
234 |
-
Now you can run the benchmark:
|
235 |
-
|
236 |
-
```sh
|
237 |
-
bash eval.sh
|
238 |
-
```
|
239 |
-
|
240 |
-
This will run the benchmark and save the results to the specified output file.
|
241 |
|
242 |
## ๐ฌ Experimental Results
|
243 |
|
|
|
188 |
<img src="./figs/task_taxonomy.png" width="80%" alt="Task Taxonomy">
|
189 |
</div>
|
190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
|
192 |
## ๐ฌ Experimental Results
|
193 |
|