We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root@yangdan-intervl-work-6cd47859dc-d4vwq:~/project2024/Compare2Score-main# python3 q_align/evaluate/IQA_dataset_eval.py --model-path q-future/Compare2Score --device cuda:3 [2024-11-11 07:25:25,285] [INFO] [real_accelerator.py:110:get_accelerator] Setting ds_accelerator to cuda (auto detect) Traceback (most recent call last): File "/root/project2024/Compare2Score-main/q_align/evaluate/IQA_dataset_eval.py", line 17, in from q_align.evaluate.correlation import cal_plcc_srcc_rmse ModuleNotFoundError: No module named 'q_align.evaluate.correlation'
The text was updated successfully, but these errors were encountered:
@pooregg I have uploaded the corresponding file. Thanks for pointing it out.
Sorry, something went wrong.
No branches or pull requests
root@yangdan-intervl-work-6cd47859dc-d4vwq:~/project2024/Compare2Score-main# python3 q_align/evaluate/IQA_dataset_eval.py --model-path q-future/Compare2Score --device cuda:3
[2024-11-11 07:25:25,285] [INFO] [real_accelerator.py:110:get_accelerator] Setting ds_accelerator to cuda (auto detect)
Traceback (most recent call last):
File "/root/project2024/Compare2Score-main/q_align/evaluate/IQA_dataset_eval.py", line 17, in
from q_align.evaluate.correlation import cal_plcc_srcc_rmse
ModuleNotFoundError: No module named 'q_align.evaluate.correlation'
The text was updated successfully, but these errors were encountered: