Yan Shu
Yan Shu
Hi, I just run the main branch. Moreover, i found "# middle_video = middle_video == 1" In line 368 in inference.py, So I delete it Do you have any ideas....
Thanks so much! The code can run normally. However, I want to read more frames so I adjust " N_SAMPLES = 128", when I use larger number, the error still...
Thanks for the response. I expand "n_position = 16" to" n_position = 32" so it can support more frames. However I found the max value is 32 due to the...
Thanks for reminder! The last question I want to check is whether my hyperparameter setting is right: cur_sec=1 cur_min=1 If I want to read the whole long video.
Also, I want to know how to adjust the "memory_bank_length: 10 num_frames: 20 " When I expand them, the errors will occur. 
Hi, thanks for the update.However, when I want to load more frames in model , this errors occurs. Do you have any ideas?  ![截屏2024-05-01 下午12 38...
It works well now for me. Thanks again for the great work and your effort!
Thank you for your information 发自我的iPhone ------------------ Original ------------------ From: Mohamed Ali Souibgui ***@***.***> Date: Fri,Sep 15,2023 11:19 PM To: dali92002/SSL-OCR ***@***.***> Cc: Yan Shu ***@***.***>, Author ***@***.***> Subject: Re:...
https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/lmms_eval/tasks/mlvu/mlvu_dev.yaml Plz follow the dataset link in the yaml to download corresponding tasks if you want to use lmms-eval to evaluate. Thanks!
https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/lmms_eval/tasks/mlvu/utils.py yes, it is necessary. And you can print the video_path in this file to make sure it is ok.