Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

CyrilSterling
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant