VQAssessment / FAST-VQA-and-FasterVQA

[ECCV2022, TPAMI2023] FAST-VQA, and its extended version FasterVQA.
https://www.ecva.net/papers/eccv_2022/papers_ECCV/html/1225_ECCV_2022_paper.php
Other
244 stars 24 forks source link

config file seems not compatible with the vqa.py #20

Closed zhangxixi0904 closed 1 year ago

zhangxixi0904 commented 1 year ago

Hi, when running vaq.py to inference a single mp4 file with default config file options/fast/f3dvqa-b.yml, it will produce an error:

Traceback (most recent call last): File "/data4/xxx/VideoQualiry/FAST-VQA-and-FasterVQA/vqa.py", line 62, in sampler = SampleFrames(clip_len = t_data_opt["clip_len"], num_clips = t_data_opt["num_clips"]) KeyError: 'clip_len

Has the data structure in f3dvqa-b.yml been modified? How should I fix it.

teowu commented 1 year ago

This issue is fixed, please see the newest version.