deepIQA icon indicating copy to clipboard operation
deepIQA copied to clipboard

SROCC and PLCC

Open MammadTavakoli opened this issue 8 years ago • 2 comments

How you compute PLCC and SROCC ?

MammadTavakoli avatar Jun 03 '17 20:06 MammadTavakoli

hey, I have another question: evaluate.py [-h] [--model MODEL] [--top {patchwise,weighted}] [--gpu GPU] INPUT [REF] So, what is trained model ???? I can't get it ? :(

duongkstn avatar Aug 13 '17 01:08 duongkstn

hey, I have another question: evaluate.py [-h] [--model MODEL] [--top {patchwise,weighted}] [--gpu GPU] INPUT [REF] So, what is trained model ???? I can't get it ? :(

For Full-Reference Image Quality Assessment you have to specify a reference image such as "python evaluate.py --model models/fr_tid_weighted.model --top weighted Name_of_InputImage.JPG Name_of_ReferenceImage.JPG". If you don't have a reference image, you have to load a no reference model, f.e. such that "python evaluate.py --model models/nr_tid_weighted.model --top weighted Name_of_InputImage.JPG".

wunderwuzzi1975 avatar Oct 11 '18 20:10 wunderwuzzi1975