junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23.09k stars 6.32k forks source link

Poor pix2pixHD and pix2pix test results #1440

Open songyn95 opened 2 years ago

songyn95 commented 2 years ago

I used pix2pixHD and pix2pix methods to test, and the test results were very bad. The results are shown in the following figure(From top to bottom pix2pix, pix2pixHD, GT). Pix2pix resolution is very clear, but the effect is very poor; But pix2pixHD is even worse, blurry and poor in effect. What is the reason?

pix2pix pix2pixHD GT

junyanz commented 2 years ago

Would it be possible to provide more information? It's hard to identify the reasons without knowing your task (input and output), your data (dataset size), and your training and test scripts.

DuWenTao2 commented 6 months ago

hello , I have same problem as you , I train pix2pixHD through two process (local + globle) , but this result is bad , 0036_synthesized_image 0010_synthesized_image

DuWenTao2 commented 6 months ago

the first file is the global , the second one is the local train opt.txt opt.txt

DuWenTao2 commented 6 months ago

Would it be possible to provide more information? It's hard to identify the reasons without knowing your task (input and output), your data (dataset size), and your training and test scripts.

can you help me answer this question , thanks