Vchitect / VBench

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

KeyError: 'imaging_quality_preprocessing_mode' #35

Open quantumiracle opened 4 weeks ago

quantumiracle commented 4 weeks ago

Hi, there is an error using python script for evaluation:

python3.10/site-packages/vbench/imaging_quality.py", line 30, in technical_quality
    preprocess_mode = kwargs['imaging_quality_preprocessing_mode']
KeyError: 'imaging_quality_preprocessing_mode'
NattapolChan commented 3 weeks ago

Can you check if vbench package you installed and the python script are from the same version. I cannot replicate the issue with the latest version.