Giter VIP home page Giter VIP logo

cyclegan-tensorflow's Introduction

CycleGAN-Tensorflow

A Tensorflow implementation of Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks using Eager Execution, tf.keras.layers, and tf.data.

Requirements:

  • Tensorflow 1.11

Thanks to the original authors PyTorch implementation for inspiration: https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix

Project Organization

├── README.md
├── requirements.txt   <- Use `pip install -r requirements.txt`
├── setup.py           <- makes project pip installable (pip install -e .) so src can be imported
├── LICENSE
└── src                <- Source code for use in this project
    ├── __init__.py    <- Makes src a Python module
    │
    ├── train.py       <- Run this to train
    │
    ├── test.py        <- Run this to test
    │
    ├── data           <- Code for downloading or loading data  
    │   ├── data.py         <- Dataset class
    │   └── download_data.py
    │
    ├── models         <- Code for defining the network structure and loss functions
    │   ├── cyclegan.py     <- CycleGAN model class
    │   ├── networks.py
    │   └── losses.py
    │
    └── utils          <- Utility files
        ├── options.py      <- Class for command line options
        └── image_history_buffer.py

Project organisation based on the cookiecutter data science project template. #cookiecutterdatascience

cyclegan-tensorflow's People

Contributors

herbiebradley avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.