Views
No views yet



1git clone https://github.com/LLaVA-VL/LLaVA-NeXT
2cd LLaVA-NeXT1conda create -n llava python=3.10 -y
2conda activate llava
3pip install --upgrade pip # Enable PEP 660 support.
4pip install -e ".[train]"cd PATH_TO/sglang1bash examples/usage/llava_video/srt_example_llava_v.sh K 0 YOUR_VIDEO_PATH YOUR_MODEL_PATH FRAMES_PER_VIDEO
2(e.g. bash examples/usage/llava_video/srt_example_llava_v.sh K 0 examples/usage/llava_video/videos/Q98Z4OTh8RwmDonc.mp4 lmms-lab/LLaVA-NeXT-Video-7B-DPO 16)bash examples/usage/llava_video/srt_example_llava_v.sh K 1 YOUR_VIDEO_PATH YOUR_MODEL_PATH FRAMES_PER_VIDEObash examples/usage/llava_video/srt_example_llava_v.sh K K-1 YOUR_VIDEO_PATH YOUR_MODEL_PATH FRAMES_PER_VIDEO1@article{li2024llava,
2 title={LLaVA-NeXT-Interleave: Tackling Multi-image, Video, and 3D in Large Multimodal Models},
3 author={Li, Feng and Zhang, Renrui and Zhang, Hao and Zhang, Yuanhan and Li, Bo and Li, Wei and Ma, Zejun and Li, Chunyuan},
4 journal={arXiv preprint arXiv:2407.07895},
5 year={2024}
6}
7
8@misc{li2024llavanext-ablations,
9 title={LLaVA-NeXT: What Else Influences Visual Instruction Tuning Beyond Data?},
10 url={https://llava-vl.github.io/blog/2024-05-25-llava-next-ablations/},
11 author={Li, Bo and Zhang, Hao and Zhang, Kaichen and Guo, Dong and Zhang, Yuanhan and Zhang, Renrui and Li, Feng and Liu, Ziwei and Li, Chunyuan},
12 month={May},
13 year={2024}
14}
15
16@misc{li2024llavanext-strong,
17 title={LLaVA-NeXT: Stronger LLMs Supercharge Multimodal Capabilities in the Wild},
18 url={https://llava-vl.github.io/blog/2024-05-10-llava-next-stronger-llms/},
19 author={Li, Bo and Zhang, Kaichen and Zhang, Hao and Guo, Dong and Zhang, Renrui and Li, Feng and Zhang, Yuanhan and Liu, Ziwei and Li, Chunyuan},
20 month={May},
21 year={2024}
22}
23
24@misc{zhang2024llavanext-video,
25 title={LLaVA-NeXT: A Strong Zero-shot Video Understanding Model},
26 url={https://llava-vl.github.io/blog/2024-04-30-llava-next-video/},
27 author={Zhang, Yuanhan and Li, Bo and Liu, haotian and Lee, Yong jae and Gui, Liangke and Fu, Di and Feng, Jiashi and Liu, Ziwei and Li, Chunyuan},
28 month={April},
29 year={2024}
30}
31
32@misc{liu2024llavanext,
33 title={LLaVA-NeXT: Improved reasoning, OCR, and world knowledge},
34 url={https://llava-vl.github.io/blog/2024-01-30-llava-next/},
35 author={Liu, Haotian and Li, Chunyuan and Li, Yuheng and Li, Bo and Zhang, Yuanhan and Shen, Sheng and Lee, Yong Jae},
36 month={January},
37 year={2024}
38}
39
40@misc{liu2023improvedllava,
41 title={Improved Baselines with Visual Instruction Tuning},
42 author={Liu, Haotian and Li, Chunyuan and Li, Yuheng and Lee, Yong Jae},
43 publisher={arXiv:2310.03744},
44 year={2023},
45}
46
47@misc{liu2023llava,
48 title={Visual Instruction Tuning},
49 author={Liu, Haotian and Li, Chunyuan and Wu, Qingyang and Lee, Yong Jae},
50 publisher={NeurIPS},
51 year={2023},
52}lmms-eval framework and its core contributors, including Peiyuan Zhang, Fanyi Pu, Joshua Adrian Cahyono, and Kairui Hu, for their support on the evaluation side.