Skip to content

Commit a78b59d

Browse files
Update LLaVA-NeXT-Video.md
1 parent 05ca02e commit a78b59d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/LLaVA-NeXT-Video.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,15 @@
1919

2020
5. **Spatial pooling mode:** `average` (Options: `average`, `max`.)
2121

22-
6. **Spatial pooling location:** `after` (Options: `before`, `after`.)
23-
24-
5. **Local video path:** `./data/llava_video/video-chatgpt/evaluation/Test_Videos/v_Lf_7RurLgp0.mp4`
22+
6. **Local video path:** `./data/llava_video/video-chatgpt/evaluation/Test_Videos/v_Lf_7RurLgp0.mp4`
2523

2624
To run a demo, execute:
2725
```bash
28-
bash scripts/video/demo/video_demo.sh ${Example model} ${Prompt mode} ${Sampled frames} ${Spatial pooling stride} ${Spatial pooling mode} ${Spatial pooling location} grid True ${Video path at local}
26+
bash scripts/video/demo/video_demo.sh ${Example model} ${Prompt mode} ${Sampled frames} ${Spatial pooling stride} ${Spatial pooling mode} grid True ${Video path at local}
2927
```
3028
Example:
3129
```bash
32-
bash scripts/video/demo/video_demo.sh lmms-lab/LLaVA-NeXT-Video-7B-DPO vicuna_v1 32 2 average after no_token True playground/demo/xU25MMA2N4aVtYay.mp4
30+
bash scripts/video/demo/video_demo.sh lmms-lab/LLaVA-NeXT-Video-7B-DPO vicuna_v1 32 2 average no_token True playground/demo/xU25MMA2N4aVtYay.mp4
3331
```
3432

3533
**IMPORTANT** Please refer to [Latest video model](https://github.com/LLaVA-VL/LLaVA-NeXT/blob/inference/docs/LLaVA-NeXT-Video_0716.md) for the runnning of the latest model.

0 commit comments

Comments
 (0)