avinabsaha / ReIQA

Official implementation for CVPR2023 Paper "Re-IQA : Unsupervised Learning for Image Quality Assessment in the Wild"
https://arxiv.org/abs/2304.00451
MIT License
87 stars 7 forks source link

how can i get the final score? #3

Closed 1193700079 closed 1 year ago

1193700079 commented 1 year ago
image

I'm highly positive about your work and very interested. I would like to ask some questions and hope you can help me! I would like to obtain a final quantitative metric score.

avinabsaha commented 1 year ago

Hi @1193700079,

Thanks for your interest in our work!

We did not release a final regression model as there were too many models (one each for each database) to release.

Also, the cross-database performance (in general) of IQA models is not great, thus limiting usability on other databases directly. The idea is that we provide the code to extract features and the user can use those features to train any regressor that suits their dataset. This is the recommended way to use Re-IQA.

We will try to release a regressor trained on one of the databases soon.

1193700079 commented 1 year ago

"Thank you, I understand very well! Thank you very much!"