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

Pre-trained weights are not accessible; links are dead #17

Closed JoshuaEbenezer closed 1 year ago

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.

teowu commented 1 year ago

Hi! Sorry about the inconvenience. The code you reached might be some deprecated from the old version. May I know whether branch are you working on? For pretrained weights, you may take a look at the refactored release: here with all "living" weights.

teowu commented 1 year ago

Please let me know whether this can solve your problem!

JoshuaEbenezer commented 1 year ago

I'm on the dev branch. I got the weights from v2.0.1. I think you should update the instructions here: https://github.com/teowu/FAST-VQA-and-FasterVQA/tree/dev/pretrained_weights. Thanks!

teowu commented 1 year ago

Thank you for your suggestion! Have removed the erroneous instructions.