pix2pixHD icon indicating copy to clipboard operation
pix2pixHD copied to clipboard

How to train pix2pixHD on mask to image?

Open HankYangg opened this issue 4 years ago • 2 comments

My data is pairs of mask and x-ray image. Both are 1024*1024. I want to synthesize more images. But, the results in the training process look very blurry. This is my command.

python train.py --name xray --batchSize 4 --gpu_ids 0 --label_nc 0 --no_instance --dataroot ./datasets/xray

Can somebody give me some hints how to train?

HankYangg avatar Aug 05 '20 06:08 HankYangg

I would guess the result would be very blurry, since one big step pf original work is to combine instance map as auxiliary information to augment boundary information. And for your task from mask to image, it would be even harder for Net to learn information.

JiaojiaoYe1994 avatar Sep 15 '20 09:09 JiaojiaoYe1994

I have the same problem with you. How did you solve it?

tzl1 avatar Nov 13 '20 06:11 tzl1