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

KeyErrors #22

Closed Vincent6896 closed 1 year ago

Vincent6896 commented 1 year ago

File "/mnt/disk10T/wch/Faster_VQA1/fastvqa/datasets/fusion_datasets.py", line 535, in init self.samplers[stype] = FragmentSampleFrames(sopt["clip_len"], sopt["num_clips"], sopt["frame_interval"]) KeyError: 'clip_len'

There are several keyerrors that occur in the code, may I ask how to change the code to solve the problem? In addition, may I ask if there is something else in the code that need to change and add? Thank you very much.

teowu commented 1 year ago

Hi Vincent, Sorry about that. May I know which command you are running?

We will try to solve this problem ASAP.

teowu commented 1 year ago

This is fixed, please run git pull to fix this. (This error happens because some config files was still designed for the older version).

teowu commented 1 year ago

Have DMed you to solve this.