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

Support for torch with version >= 2.0 #36

Closed zwx8981 closed 1 year ago

zwx8981 commented 1 year ago

Hi, I faced a problem when I tried to run vqa.py, the program stuck when importing torch with a version higher than 2.0. Any idea to fix this?

zwx8981 commented 1 year ago

fixed by importing torch first (before decord). It's better to add a remainder of this problem.