pyiqa.data.bapps_dataset

Module Contents

class pyiqa.data.bapps_dataset.BAPPSDataset[source]

Bases: 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

Parameters:
  • opt (dict) – Config for train datasets with the following keys: phase (str): ‘train’ or ‘val’.

  • mode (str) –

    • 2afc: load 2afc triplet data

    • jnd: load jnd pair data

init_path_mos(opt)[source]
get_split(opt)[source]