delira-cycle-gan

A delira-compatible cycle-GAN skeleton.


Keywords
computer-vision, cycle-gan, cyclegan, delira, gan, generative-adversarial-network, image-processing, pytorch, pytorch-cnn
License
BSD-1-Clause
Install
pip install delira-cycle-gan==0.1.1

Documentation

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)