NVIDIA / pix2pixHD

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

Hello, I only care yellow color loss, how to improve my loss function #329

Open whk6688 opened 6 months ago

whk6688 commented 6 months ago

hello, there are six different colors in my pair picture, but I only care yellow color's change, how to improve my loss function. following is my script: python train.py --name house_512p --label_nc 0 --no_instance --gpu_ids 0 --nThreads 4 --niter 50 --niter_decay 100 --resize_or_crop none

thanks.