pyiqa.data.bapps_dataset ======================== .. py:module:: pyiqa.data.bapps_dataset Module Contents --------------- .. py:class:: BAPPSDataset Bases: :py:obj:`pyiqa.data.base_iqa_dataset.BaseIQADataset` The BAPPS Dataset introduced by: Zhang, Richard and Isola, Phillip and Efros, Alexei A and Shechtman, Eli and Wang, Oliver The Unreasonable Effectiveness of Deep Features as a Perceptual Metric. CVPR2018 url: https://github.com/richzhang/PerceptualSimilarity :param opt: Config for train datasets with the following keys: phase (str): 'train' or 'val'. :type opt: dict :param mode: - 2afc: load 2afc triplet data - jnd: load jnd pair data :type mode: str .. py:method:: init_path_mos(opt) .. py:method:: get_split(opt)