junyanz/pytorch-CycleGAN-and-pix2pix

CycleGAN model transferring the object rather than the style

nishanthnandakumar opened this issue · 0 comments

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