mjuicem commited on
Commit
2bf1032
ยท
verified ยท
1 Parent(s): c0ae6ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -50
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