pyiqa.archs.unique_arch ======================= .. py:module:: pyiqa.archs.unique_arch .. autoapi-nested-parse:: 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 --------------- .. py:data:: default_model_urls .. py:class:: Normalize(mean, std) Bases: :py:obj:`torch.nn.Module` .. py:method:: forward(x) .. py:class:: BCNN(thresh=1e-08, is_vec=True, input_dim=512) Bases: :py:obj:`torch.nn.Module` .. py:method:: forward(x) .. py:class:: UNIQUE Bases: :py:obj:`torch.nn.Module` Full UNIQUE network. :param - default_mean: Default mean value. :type - default_mean: list :param - default_std: Default std value. :type - default_std: list .. py:method:: forward(x) Compute IQA using UNIQUE model. :param X: An input tensor with (N, C, H, W) shape. RGB channel order for colour images. :returns: Value of UNIQUE model.