pyiqa.archs.paq2piq_arch ======================== .. py:module:: pyiqa.archs.paq2piq_arch .. autoapi-nested-parse:: Paq2piq metric, proposed by Ying, Zhenqiang, Haoran Niu, Praful Gupta, Dhruv Mahajan, Deepti Ghadiyaram, and Alan Bovik. "From patches to pictures (PaQ-2-PiQ): Mapping the perceptual space of picture quality." In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 3575-3585. 2020. Ref url: https://github.com/baidut/paq2piq/blob/master/paq2piq/model.py Modified by: Chaofeng Chen (https://github.com/chaofengc) Module Contents --------------- .. py:data:: default_model_urls .. py:class:: AdaptiveConcatPool2d(sz=None) Bases: :py:obj:`torch.nn.Module` .. py:method:: forward(x) .. py:class:: PAQ2PIQ(backbone='resnet18', pretrained=True, pretrained_model_path=None) Bases: :py:obj:`torch.nn.Module` .. py:method:: forward(x)