diff --git a/README.md b/README.md index e79f94d..266b279 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Rethinking CycleGAN: Improving Quality of GANs for Unpaired Image-to-Image Translation +# UVCGAN v2: An Improved Cycle-Consistent GAN for Unpaired Image-to-Image Translation
@@ -13,10 +13,8 @@ _Samples of Male to Female (Celeba-HQ), Wildlife to Cat (AFHQ), and Cat to Dog (AFHQ) translations obtained with UVCGANv2_ -# Overview - -This package provides reference implementation of the `Rethinking CycleGAN: -Improving Quality of GANs for Unpaired Image-to-Image Translation` +This package provides reference implementation of the `UVCGAN v2: An Improved +Cycle-Consistent GAN for Unpaired Image-to-Image Translation` [paper][uvcgan2_paper]. `uvcgan2` builds upon the CycleGAN method for unpaired image-to-image transfer @@ -32,6 +30,12 @@ The code of `uvcgan2` is based on [pytorch-CycleGAN-and-pix2pix][cyclegan_repo] and [uvcgan][uvcgan_repo]. Please refer to the LICENSE section for the proper copyright attribution. +UPDATE (2023-09-22): +Changed the arxiv preprint title: +- from: ~"Rethinking CycleGAN: Improving Quality of GANs for Unpaired Image-to-Image Translation"~ +- to: "UVCGAN v2: An Improved Cycle-Consistent GAN for Unpaired Image-to-Image Translation Overview" + + ## Applying UVCGANv2 to Your Dataset This README file mainly describes the reproduction of the `Rethinking CycleGAN`