-
Notifications
You must be signed in to change notification settings - Fork 98
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
Intervideo2 for long video #197
Comments
In theory, we can input a fairly long video (at least above the hour level), because we compress the video token into 96 before entering the llm, in practice, I recommend you to modify the code, divide a long video into multiple short video processing will get better results, for example, for a 64s video, we will divide it into 8 segments and send it to 8x96 tokens. We will update our long video version -VideoChat-NeXT - within a month, so stay tuned |
do you suggest segmenting and concatenating video embeddings like this just for inference, even if the model has not been trained in a similar fashion? |
any news? |
Welcome to use VideoChat-Flash: https://github.com/OpenGVLab/VideoChat-Flash |
Could you please confirm which video LLM is most suited for long videos from this list: https://huggingface.co/collections/OpenGVLab/internvideo2-6618ccb574bd2f91410df5cd
my guess is InternVideo2-Chat-8B-InternLM as the LLM has higher context.
Also, what is the maximum supported number of frames?
The text was updated successfully, but these errors were encountered: