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

problem #15

Closed cs19469 closed 1 year ago

cs19469 commented 2 years ago

swin_tiny_grpb None False Setting backbone: fragments_backbone

Segmentation fault

When i run the vaq.py, somenthing like this

teowu commented 2 years ago

Can you tell me your hardware and software versions? You are not the only one who meet the problem, and I am trying to solve this together for you.

cs19469 commented 2 years ago

Thank you for your reply. my device is: Tesla K80, cuda 10.2, python3.8, I have no idea about this, but it works now!

woshin commented 1 year ago

there is something wrong with decord and torch packages.
crash at evaluator = DiViDeAddEvaluator(**opt["model"]["args"]).to(args.device)

simplest solution is import torch first instead of decord. it works for me, but I have not found the root cause)