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
248 stars 25 forks source link

I think some part of the code is missing? #3

Closed LahiruJayasinghe closed 2 years ago

LahiruJayasinghe commented 2 years ago

https://github.com/TimothyHTimothy/FAST-VQA/blob/2b579bd10daa903e0670023938bf530c9e797c26/iqassesor.py#L71

teowu commented 2 years ago

Yes. This is because we deprecated the building of IQA based on fragments. However, we have built the dataset APIs for this and you might have a try if you are interested in it.

LahiruJayasinghe commented 2 years ago

I see, understand, thanks for the info