pyiqa.archs.unique_arch¶
LIQE Model
github repo link: https://github.com/zwx8981/UNIQUE
Cite as: @article{zhang2021uncertainty,
title = {Uncertainty-aware blind image quality assessment in the laboratory and wild}, author = {Zhang, Weixia and Ma, Kede and Zhai, Guangtao and Yang, Xiaokang}, journal = {IEEE Transactions on Image Processing}, volume = {30}, pages = {3474–3486}, month = {Mar.}, year = {2021}
}
Module Contents¶
- class pyiqa.archs.unique_arch.Normalize(mean, std)[source]¶
Bases:
torch.nn.ModuleChannel-wise normalization module.
- class pyiqa.archs.unique_arch.BCNN(thresh=1e-08, is_vec=True, input_dim=512)[source]¶
Bases:
torch.nn.ModuleBilinear CNN pooling block used in UNIQUE.