Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 37abbc78 authored by GERMANI Elodie's avatar GERMANI Elodie
Browse files

CycleGAN

parent d317416d
Branches
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ def main():
print('Number of images in VALID:', len(valid_dataset.data_B))
elif dataset_type == 'unpaired':
df_file = f'{dpath}/data/train-dataset_rh_4class-jeanzay.csv'
train_dataset = ds.UnpairedImageDataset(subset_A, subset_B, df_file, contrast_list)
print('Number of images in TRAIN:', len(train_dataset.data))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment