Closed Baiqi-Li closed 5 months ago
Hi, @Baiqi-Li , CircularEval is implemented in VLMEvalKit, check this file: https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/evaluate/multiple_choice.py BTW, note that our circular eval implementations requires the data file to include all the circular passes (in the data file of MMBench, each circular pass is indexed with question_index + circular_index * 1e6). You can download and parse the data files to see more details.
Your work is great! Where can I find the code related to circle eval?