Vchitect / VBench

[CVPR2024 Highlight] VBench - We Evaluate Video Generation
https://vchitect.github.io/VBench-project/
Apache License 2.0
590 stars 28 forks source link

imaging_quality #65

Open yja1 opened 2 months ago

yja1 commented 2 months ago

what's the process about 'imaging quality'. (how to eval imaging quality dimension about t2v model) cannot find any code call imaging_quality.py compute_imaging_quality and also cannot find prompt txt about imaging quality dimension on https://github.com/Vchitect/VBench/tree/master/prompts/prompts_per_dimension

NattapolChan commented 2 months ago

It will be imported here: https://github.com/Vchitect/VBench/blob/6617febb1969225f174992a198376201c6bfaec0/vbench/__init__.py#L147-L148 and called in https://github.com/Vchitect/VBench/blob/6617febb1969225f174992a198376201c6bfaec0/vbench/__init__.py#L153 For the prompt, it uses the same prompt as overall_consistency.