SSL92 / hyperIQA

Source code for the CVPR'20 paper "Blindly Assess Image Quality in the Wild Guided by A Self-Adaptive Hyper Network"
MIT License
346 stars 52 forks source link

how to test an image and get the score? #12

Open yinglili666 opened 3 years ago

yinglili666 commented 3 years ago

I want to know how to test an image and obtain the score. There is test function in your HyerIQASovler.py, but I don't know how to do proprocess because data_loader.py needs to input information such as database, but I just want to test a single image.

SSL92 commented 3 years ago

We may share a demo code for testing single image in the near future, but you can also try to solve the problem by your own, this shouldn't be hard! ; )

wangbin2018 commented 3 years ago

Dear author,I also want to know how to test an image and obtain the score!!

SSL92 commented 3 years ago

We've uploaded a demo and a pretrained model to conduct IQA on a single image, you can do the test on your own now!