junyanz / pytorch-CycleGAN-and-pix2pix

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

CycleGAN model transferring the object rather than the style #1624

Open nishanthnandakumar opened 7 months ago

nishanthnandakumar commented 7 months ago

Hello, I am training the cycleGAN model to transfer the aspects of one object to another. For example, from a metallic object A to another object B. Instead of getting object B as metallic like object A, the model is creating an object A in the same position as object B. It changes the geometry of the object B to object A. Is this due to over-fitting? I have tried different combinations of hyper-parameters but it still provides the same output. Thanks