RelGAN icon indicating copy to clipboard operation
RelGAN copied to clipboard

Official Keras implementation of RelGAN: Multi-Domain Image-to-Image Translation via Relative Attributes

Results 4 RelGAN issues
Sort by recently updated
recently updated
newest added

thanks to your great work. I'm interesting in pose editing, and I find your project is useful at most attribute, but I train the model for pose edit using celeba-hq,...

As I have 4GB GPU so I decreased the batch size to 2 and I am getting this error. With higher batch size I can't run it so I don't...

Hi, thanks for your great work. I use the code([here](https://github.com/willylulu/celeba-hq-modified)) and image_list.txt in your project to get Celeba-HQ dataset, but the following problems occurred during training: "FileNotFoundError: No such file:...

hi, thanks for you share your work. However, I want to ask Is there a bug in this line of code: self.di_loss = K.square(K.minimum(inter_seed_rep, K.ones_like(inter_seed_rep) - inter_seed_rep) * K.ones_like(di_inter) -...