Open alasokolova opened 7 months ago
This script is used to preprocess the existing CelebAHQ dataset into the id-organized dataset, CelebAHQ-IDI dataset. Indeed, this script can be used to process custom data. The IDInpaintDataset is the same as CelebAHQIDIDataset dataset in dataset.py.
I uploaded the older dataset with IDInpaintDataset class in script/dataset_old.py
Thank you very much for the reply! I will try to run it
Hey, how can I fine-tune and infer the trained model on the custom images? What preprocessing should i conduct? I found create_id_inpaint_dataset script in the repo, but it uses IDInpaintDataset which is not implemented here. Could you please add the implementation or explain how to process data?