ReIQA icon indicating copy to clipboard operation
ReIQA copied to clipboard

could you provide an example of test code with a trained model?

Open Tonsty opened this issue 1 year ago • 2 comments

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)

Tonsty avatar Jan 23 '24 01:01 Tonsty

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.

avinabsaha avatar Jan 23 '24 02:01 avinabsaha

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?

Tonsty avatar Jan 31 '24 06:01 Tonsty