junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

poor quality for testing with a custom dataset #1593

Open At-Walid opened 1 year ago

At-Walid commented 1 year ago

Hello,

I want to train pix2pix on cityscape and test on a segmentation masks from another dataset.

This is my train command:

python train.py --name label2city_1024p --label_nc 0 --no_instance And my test command:

python test.py --name label2city_1024p --label_nc 0 --no_instance

These are the results:

101_input_label 101_synthesized_image

Thank you for helping