Hello,
I was wondering how VBench is set up for evaluating the generated videos.
The original VBench format are simplistic prompts. Self Forcing and Causal Forcing notes that they use LLM extended prompts. Are the LLM extended prompts used for both generation and evaluation, ie. do you make modifications to the vbench_full_info.json file to use the LLM-extended prompts?
There had been a mention of it in this thread, but it had not been answered:
#18 (comment)
If this is the case, then do you modify VBench itself in order to get results for it's non-supported operations, like ['object_class', 'multiple_objects', 'scene', 'appearance_style', 'color', 'spatial_relationship']? These are required for cumulative scoring, but VBench doesn't support custom prompts on these. I also notice the same issue with human_action as is made to parse non-extended prompts.
I'm trying to run evaluation myself, and am conflicted on what to evaluate between.
Hello,
I was wondering how VBench is set up for evaluating the generated videos.
The original VBench format are simplistic prompts. Self Forcing and Causal Forcing notes that they use LLM extended prompts. Are the LLM extended prompts used for both generation and evaluation, ie. do you make modifications to the
vbench_full_info.jsonfile to use the LLM-extended prompts?There had been a mention of it in this thread, but it had not been answered:
#18 (comment)
If this is the case, then do you modify VBench itself in order to get results for it's non-supported operations, like
['object_class', 'multiple_objects', 'scene', 'appearance_style', 'color', 'spatial_relationship']? These are required for cumulative scoring, but VBench doesn't support custom prompts on these. I also notice the same issue withhuman_actionas is made to parse non-extended prompts.I'm trying to run evaluation myself, and am conflicted on what to evaluate between.