junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23k stars 6.31k forks source link

Use cycleGAN for image enhancement #953

Open crystaloscillator opened 4 years ago

crystaloscillator commented 4 years ago

Hello author!I want to use your code for image enhancement based on CycleGAN.But it produces a lot of artifacts.Can you give me some tips?Thanks a lot.

junyanz commented 4 years ago

You probably need to modify the model for your application. See this paper for more details.