Video-LLaMA
Video-LLaMA copied to clipboard
Fix some bugs and adjust the code about number of frames.
Thanks for your contributions to VideoLLaMA! It is an impressive work. I have just fixed some details below.
video_llama/runners/runner_base.pyhas a bug for resuming the model. The position of parameterstrict=Falseseems to have a mistake.- The parameter
n_frmsin the origin .yaml is not used in the code. To make it easier to adjust the number of frames, some changes were made to the dataset and builder. - Fixed misrepresentation in readme.