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 78 Ask-Anything issues
Sort by recently updated
recently updated
newest added

Repo - [langchain-serve](https://github.com/jina-ai/langchain-serve). - Exposes APIs from function definitions locally as well as on the cloud. - Very few lines of code changes and ease of development remain the same...

enhancement

Thanks for your high-quality work. Could you please provide the blank video or the code you utilized to generate the ablation model VideoChat2_text? Thanks very much!

I was following [DATA.md](https://github.com/OpenGVLab/Ask-Anything/blob/main/video_chat2/DATA.md) to download pretraining dataset. However, I cannot find `webvid_10m_train.json`, `cc12m_train.json`, and so on from `OpenGVLab/VideoChat2-IT` repository. I was wondering how to download these annotation files to...

您好,在mvbench论文中我了解到您使用了“Best Option: (” 这样的插入语以使得模型输出为abcd选项中的一个,代码中也是这样做的。这在videochat2中可以达成限定模型输出的作用。但是在video-chatgpt以及其他视觉语言大模型中,似乎在prompt部分加入“Best Option: (” 这样的插入语之后,模型输出仍为一段话,而非一定对应abcd四个选项,导致很难单纯用accuracy作为评测模型性能的指标。请问该问题您这边是否有解决方案?谢谢!

Hello Thanks for your great work. I need to use gradient accumulation on batches due to RAM constraints. The training loop involves iterating over two modalities. I am concerned about...

Great Work! I was hoping to quickly get the raw video dataset used and try to train a videochat2, how could I get a filtered raw video dataset rather than...

Dear author, I found that in your paper, you claimed a very impressive performance on videochatgpt video benchmark. However, I didn't find related code about reproducing this experiment. So I...