Skip to content

justusschock/delira_cycle_gan_pytorch

Repository files navigation

This Project is now obsolete and won't be continued. Potential Bugs won't be fixed in this repo anymore. Please refer to the implementation in delira-dev/vision for more details

Cycle GAN

Build Status codecov

This package contains a delira compatible cycle GAN skeleton, which should work for arbitrary dimensions and datatypes.

An example for 2D images can be found in the notebooks folder.

The paper, this package is based on, can be found at arXiv.

Installation

This package can be installed from pip with:

pip install delira-cycle-gan

or from source via:

pip install git+https://github.com/justusschock/delira_cycle_gan_pytorch

Examples (taken from the original implementation)