ReIQA
ReIQA copied to clipboard
could you provide an example of test code with a trained model?
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 provided)
Please use demo_content_aware_feats.py and demo_content_quality_aware_feats.py and merge the features to obtain final ReIQA features (8192 length) for any image! Typically, for IQA/VQA tasks, we develop feature extractors that can be calibrated on any domain specific quality dataset.
Thanks for your reply! I have got the feature exatror demo code and model file, but could you provide the regressor head code and model that predict the final quality score?