unetgan icon indicating copy to clipboard operation
unetgan copied to clipboard

Official Implementation of the paper "A U-Net Based Discriminator for Generative Adversarial Networks" (CVPR 2020)

Results 8 unetgan issues
Sort by recently updated
recently updated
newest added

If this structure is added to the generator, will it have a good effect? Is there any Ablation Experiment in this regard

Is the COCO-Animals dataset you trained with available for download? First, the classes do not line up: The classes in you github code are `['bird','cat','dog','horse','sheep','cow','elephant','monkey','zebra','giraffe']` I've downloaded the full COCO...

In the paper,the hinge loss is mentioned to use in the network.So why you use BCE loss in the code?

How to calculate different losses in the paper?

Hi, Thanks for the work. I wanted to know whether we can integrate the UNet Style Architecture with BiGAN like design. I want to train BiGAN on COCO Dataset and...