-
Notifications
You must be signed in to change notification settings - Fork 453
add task MMVet-v2 #451
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
add task MMVet-v2 #451
Conversation
|
Hi! Thank you so much for your contribution!!!! It looks good to me! However, is it possible to add a simple comment before # This task differs from mmvet2 in that it combines multiple images into one, to accommodate models that cannot accept multiple images as input.Thanks!!! |
Ok, I'll add this comment later |
|
Thanks!!! |
|
It seems that it is because there are 2 lmms-eval/lmms_eval/tasks/mmvetv2/utils.py Line 165 in d900496
lmms-eval/lmms_eval/tasks/mmvetv2/utils.py Line 297 in d900496
I have fixed it with some other errors in #457 |



MM-Vet v2 is a extension of MMVet, which includes a new VL capability called "image-text sequence understanding", evaluating models' ability to process VL sequences.
paper: https://arxiv.org/abs/2408.00765
github: https://github.com/yuweihao/MM-Vet/tree/main/v2
Since the sample may have multiple images, it is provided mmvetv2_group_img.yaml for those models that cannot handle multiple image inputs.