activemri/experimental/cvpr19_models/data/base_data_loader.py [53:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        )

    elif which_dataset == "KNEE_RAW":
        mask_func = masking_utils.get_mask_func(
            mask_type, which_dataset, rnl_params=rnl_params
        )
        raw_root = dataset_dir
        if not os.path.isdir(raw_root):
            raise ImportError(raw_root + " not exists. Change to the right path.")
        data_transform = raw_data_loader.RawDataTransform(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



activemri/experimental/cvpr19_models/data/base_data_loader.py [151:159]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        )
    elif which_dataset == "KNEE_RAW":
        mask_func = masking_utils.get_mask_func(
            mask_type, which_dataset, rnl_params=rnl_params
        )
        raw_root = dataset_dir
        if not os.path.isdir(raw_root):
            raise ImportError(raw_root + " not exists. Change to the right path.")
        data_transform = raw_data_loader.RawDataTransform(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



