Ask-Anything icon indicating copy to clipboard operation
Ask-Anything copied to clipboard

[CVPR2024 Highlight][VideoChatGPT] ChatGPT with video understanding! And many more supported LMs such as miniGPT4, StableLM, and MOSS.

Results 129 Ask-Anything issues
Sort by recently updated
recently updated
newest added

Hi, I am an undergraduate student, studying this repository. I have several questions. It is noted that stage 1 needs 8 GPUs, and stage2 needs 4 GPUs. But It seems...

Can you provide a link to download the model? The original link seems to be dead.

Hi, I am unable to access and download the weights for `umt_l16_qformer.pth`, `videochat2_7b_stage2.pth` and `videochat2_7b_stage3.pth` from `https://pjlab-gvm-data.oss-cn-shanghai.aliyuncs.com/videochat2/`. I get a HTML page with an error message shown in the attached...

I try to run ./video_chat/demo.ipynb with config_7b.json according to README.md. There are massive incompatibleKeys warnings during load_state_dict of eva_vit_g/blip2_pretrained_flant5xxl and videochat_7b.pth. The answer is also in chaos. I try to...

请问第三阶段需求的计算资源是多少?

When I trying to run video_chat_with_MOSS, I got this issue: 当我在运行video_chat_with_MOSS的时候,报错: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/gradio/routes.py", line 322, in run_predict output = await app.get_blocks().process_api( File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 1015,...

群二维码过期了能更新下不

Hi, I've ran your code "demo_mistral.ipynb" with the exact same library and python versions yet my accuracy is around 0.5 as opposed to 63.6 from your paper. I'm using mistral,...

Thank you for your great work, would like to ask I want to train vit and Q-Former again with my own data on the basis of the stage4 post-training weights,...

Hello authors, In your paper, you mention that the candidates of the question in the sub-task【fine-grained action】 are generated using UMT-L. Could you please clarify whether you use a pre-trained...