We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 test mmbenchv1.1?
The text was updated successfully, but these errors were encountered:
Hi, @ZhaoyangLi-nju ,
We recommend you to adopt VLMEvalKit: https://github.com/open-compass/VLMEvalKit to evaluate mmbench v1.1. You need to first clone the repo and install it locally.
Usage: https://github.com/open-compass/VLMEvalKit/blob/main/docs/en/Quickstart.md
# Multi-GPU torchrun --nproc-per-node={N_PROC} run.py --data {DATASET_NAME} --model {MODEL_NAME} # Single-GPU python run.py --data {DATASET_NAME} --model {MODEL_NAME}
For MMBench v1.1, the corresponding dataset names are:
For test splits, you need to submit the prediction files to our evaluation service: https://mmbench.opencompass.org.cn/mmbench-submission to get the final scores.
Sorry, something went wrong.
No branches or pull requests
how to test mmbenchv1.1?
The text was updated successfully, but these errors were encountered: