zwx8981 / LIQE

[CVPR2023] Blind Image Quality Assessment via Vision-Language Correspondence: A Multitask Learning Perspective
MIT License
197 stars 11 forks source link

hi,where is Thurstone's model? i donot find it in train code... #20

Closed zhouwer closed 7 months ago

zwx8981 commented 7 months ago

The Thustone model is not a parametric model. It refers to the assumption of the probability distribution of image quality scores. See L128-L163 in MNL_Loss.py for how we process the quality predictions and compute the fidelity loss.

zhouwer commented 7 months ago

oh,thanks !!!