-
Notifications
You must be signed in to change notification settings - Fork 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
How to reproduce the result of Figure 6? #3
Comments
Just find that MMVP and MMVP-VLM share the same images but with different imageID. |
Any update here? :) |
Hi, Thank you for your interest and questions! Yes, we convert the results from Figure.4 to Figure.6 as the questions in MMVp can also be categorized into visual patterns. We will update the repo tomorrow and add a mapping that contains visual patterns for each question in MMVP. Sincerely |
@tsb0601 Hi, is the release schedule going well? |
Hi, sorry for the delay, we will release it this week shortly after CVPR results |
Hi, Thank you for your great work. |
Hi @tsb0601 |
@tsb0601 ??? |
Hi @tsb0601 @s9xie , thanks for your great projector.
I would like to inquire about the process of reproducing the result of Figure 6 (i.e., MLLM’s performance on visual patterns). In scripts/evaluate_vlm.py, it seems that we have to obtain the logit of image and text.
However, take LLaVA as an example, we cannot directly obtain its logits. Or do you use the input as "<image> Is it a photo of <statement>" to LLaVA and obtain the result? I am a little confused about it.
Can you provide an instruction or a script to evaluate LLaVA on MMVP_VLM? With this, I can follow these steps to reproduce the results for other models.
The text was updated successfully, but these errors were encountered: