arpitbansal297 / Cold-Diffusion-Models

Official implementation of Cold-Diffusion for different transformations in pytorch.

Home Page:https://arxiv.org/abs/2208.09392

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animorphosis

hotfinda opened this issue · comments

Thanks for the good work! I am reproducing the Animorphosis part, but get confused with the settings.
What images shall I put in the following two folders? I should put the original images in "--data_path_start", and what images should I put into the "--data_path_start"? The Animorphosis images?
parser.add_argument('--data_path_start', default='../deblurring-diffusion-pytorch/AFHQ/afhq/train/', type=str)
parser.add_argument('--data_path_end', default='../deblurring-diffusion-pytorch/root_celebA_128_train_new/', type=str)