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

The pre-trained weights are not accessible #1

Closed LahiruJayasinghe closed 2 years ago

LahiruJayasinghe commented 2 years ago

Hi Thanks for this amazing model, could you kindly make the pre-trained weights available

teowu commented 2 years ago

Hi thank you for your comment! You may find model links in https://github.com/TimothyHTimothy/FAST-VQA/blob/master/fastvqa/apis/fast_vqa_model.py#L37 to find the links, and download them from those links. You can also see the release of this repo and get weights there (yet fast-vqa-m was not there and is only at the link mentioned above.)

JoshuaEbenezer commented 1 year ago

Hi I'm reopening this issue because this link is dead now. https://github.com/TimothyHTimothy/BasicVQA/releases/download/v0.22.0/ gives a 404 error. Can you please provide an updated link? Also note that from fastvqa import deep_end_to_end_vqa; deep_end_to_end_vqa(True)fails.