ReIQA icon indicating copy to clipboard operation
ReIQA copied to clipboard

Official implementation for CVPR2023 Paper "Re-IQA : Unsupervised Learning for Image Quality Assessment in the Wild"

Results 2 ReIQA issues
Sort by recently updated
recently updated
newest added

Thanks for sharing your very interesting work! I have encountered an installation issue from requirements.txt: ``` ERROR: No matching distribution found for sklearn==1.1.3 ``` Changing sklearn==1.1.3 to scikit-learn==1.1.3, solved it....

Hi, thanks for your sharing of the code. I found the test_options.py in the current code, but I cannot find a test code with a trained model (only training code...