Skip to content

Commit 126392b

Browse files
author
Ye Shaokai
committed
WIP
1 parent c52468c commit 126392b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llava/action/make_visualizations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ def visualize_with_llava(pretrained_path, uid, question_type, gen_type):
215215
if __name__ == '__main__':
216216

217217
#visualize_with_gpt_with_avion(10, offset = 100, question_type = "caption")
218-
llava_pretrained_path = 'lmms-lab/LLaVA-Video-7B-Qwen2'
218+
#llava_pretrained_path = 'lmms-lab/LLaVA-Video-7B-Qwen2'
219219
llava_pretrained_path = 'experiments/LLaVA-Video-7B-Qwen2'
220-
uid = 'P01-P01_11_34.38_41.15'
220+
uid = 'P01-P01_11_182.65_192.07'
221221
visualize_with_llava(llava_pretrained_path, uid, 'caption', 'tim')
222222

0 commit comments

Comments
 (0)