Video-LLaMA icon indicating copy to clipboard operation
Video-LLaMA copied to clipboard

Fix some bugs and adjust the code about number of frames.

Open CyrilSterling opened this issue 9 months ago • 0 comments

Thanks for your contributions to VideoLLaMA! It is an impressive work. I have just fixed some details below.

  1. video_llama/runners/runner_base.py has a bug for resuming the model. The position of parameter strict=False seems to have a mistake.
  2. The parameter n_frms in 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.
  3. Fixed misrepresentation in readme.

CyrilSterling avatar Sep 21 '23 08:09 CyrilSterling