Skip to content

Simple Demo #8

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

Open
Zeqing-Wang opened this issue Jun 21, 2024 · 5 comments
Open

Simple Demo #8

Zeqing-Wang opened this issue Jun 21, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@Zeqing-Wang
Copy link

Hey! Thanks for your great work. Do u have any plan to provide a simple demo, i.e., input a video and a question, not a benchmark?

@mmaaz60 mmaaz60 added the enhancement New feature or request label Jun 22, 2024
@Zeqing-Wang
Copy link
Author

Additionally, will you release the scripts for zero-shot QA eval? Tks~

@Yogesh914
Copy link

Hey, I have written some code for a simple demo on google colab if you like: https://github.com/Yogesh914/VideoGPT-plus/blob/main/VideoGPT%2B_Demo.ipynb

@YoungjaeDev
Copy link

@Yogesh914

Is it possible to take real-time camera input and reference it? How long does it take to reference?

@Lynn-798
Copy link

嘿,如果您愿意,我已经为 google colab 上的一个简单演示编写了一些代码:https://github.com/Yogesh914/VideoGPT-plus/blob/main/VideoGPT%2B_Demo.ipynb

thank you very much

@SerenWhite
Copy link

Hey, I have written some code for a simple demo on google colab if you like: https://github.com/Yogesh914/VideoGPT-plus/blob/main/VideoGPT%2B_Demo.ipynb

Thank you very much, but I have a question.:the warning indicates that some model weights from the checkpoint are either missing or don't match the current model structure. For example, certain weights were newly initialized while others were not found in the checkpoint. Is this expected behavior, or should I take further action to resolve these discrepancies?
For example:
......
Loading additional VideoGPT+ weights...
Loading LoRA weights...
Merging LoRA weights...
Model is loaded...
load_state_dict: _IncompatibleKeys(missing_keys=[], unexpected_keys=['temp', 'text_encoder.bert.embeddings.position_ids', ......]
......
Loading checkpoint shards: 100%|██████████████████████████████████████████████████████████████████████| 2/2 [00:02<00:00, 1.39s/it]
Some weights of VideoGPTPlusPhi3ForCausalLM were not initialized from the model checkpoint at /ceph/ssd4/pengj25/VideoGPT-plus/Phi-3-mini-4k-instruct and are newly initialized: ['model.image_mm_projector.0.bias', 'model.image_mm_projector.0.weight'......]

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

No branches or pull requests

6 participants