Closed Wanger-SJTU closed 1 year ago
In the file __init__.py in folder data, there is
__init__.py
data
elif opt.dataset_mode == 'unaligned_A_labeled': from data.unaligned_A_labeled_dataset import UnalignedALabeledDataset dataset = UnalignedALabeledDataset()
but there is not corresponding file found. How could I prepare the dataset? thx.
I also encountered the same problem,I don't know how to produce A_label file
In the file
__init__.py
in folderdata
, there isbut there is not corresponding file found. How could I prepare the dataset? thx.