Open fikry102 opened 11 months ago
If you hope to generate the target domain images, the simplest way is to generate source-domain images into $source_img_path, and then transfer these images to the target domain.
Can I copy some source-domain images from source dataset to $source_img_path (like "source_img_ffhq")? Or I need to use the pretrained diffusion model on the source domain to generate source-domain images first?
You can just use the source-domain dataset as the inputs
我的结果只是源数据集的图像加上了噪声,生成不了目标域的图像啊?问题出在哪里啊
If you hope to generate the target domain images, the simplest way is to generate source-domain images into $source_img_path, and then transfer these images to the target domain.
Can I copy some source-domain images from source dataset to $source_img_path (like "source_img_ffhq")? Or I need to use the pretrained diffusion model on the source domain to generate source-domain images first?