pyiqa.data.livechallenge_dataset ================================ .. py:module:: pyiqa.data.livechallenge_dataset Module Contents --------------- .. py:class:: LIVEChallengeDataset Bases: :py:obj:`pyiqa.data.general_nr_dataset.GeneralNRDataset` The LIVE Challenge Dataset introduced by D. Ghadiyaram and A.C. Bovik, "Massive Online Crowdsourced Study of Subjective and Objective Picture Quality," IEEE Transactions on Image Processing, 2016 url: https://live.ece.utexas.edu/research/ChallengeDB/index.html :param opt: Config for train datasets with the following keys: phase (str): 'train' or 'val'. :type opt: dict .. py:method:: init_path_mos(opt)