pyiqa.data.base_iqa_dataset =========================== .. py:module:: pyiqa.data.base_iqa_dataset Module Contents --------------- .. py:class:: BaseIQADataset(opt) Bases: :py:obj:`torch.utils.data.Dataset` General No Reference dataset with meta info file. :param opt: Config for train datasets with the following keys: phase (str): 'train' or 'val'. :type opt: dict .. py:method:: init_path_mos(opt) .. py:method:: get_split_with_file(opt) .. py:method:: get_split(opt) Read train/val/test splits .. py:method:: mos_normalize(opt) .. py:method:: get_transforms(opt)