NVIDIA / pix2pixHD

Synthesizing and manipulating 2048x1024 images with conditional GANs
https://tcwang0509.github.io/pix2pixHD/
Other
6.62k stars 1.39k forks source link

Global generator training works well, but local generator does not, why? #294

Closed zeng-hello-world closed 2 years ago

zeng-hello-world commented 2 years ago

I trained global generator with default config and get good results: image But local generator failed with default config: image

watershadow1212 commented 2 years ago

I trained global generator with default config and get good results: image But local generator failed with default config: image

my bro, How do you do local training? Do you train globally first and then locally? My training instructions are: python train.py --name label2LWIR_214_mini_global_then_local --label_nc 3 --gpu_ids 0 --resize_or_crop none --dataroot D:\shuangguangxiagnmuyiqi_Dataset\tule --continue_train --lr 0.000010 I used annotated images for training, not real images,Unfortunately, my local training was also poor