GithubHelp home page GithubHelp logo

info8010-deep-learning-project's Introduction

Neural style transfer

The goal of this project is to use different deep learning techniques in order to merge the style of one image and the content of another image (neural style transfer).

Neural style transfer

Techniques

The different techniques used are :

  • A Neural Algorithm of Artistic Style by Gatys et al. [paper] : located in python/gatys/
  • Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks by Zhu et al. [paper] : located in python/cycle-gan/

How to run the code ?

The different techniques have been implemented in python (version 3) mainly via the PyTorch library.

To create the necessary anaconda virtual environment (named neural_style_transfer), do

make create-env

or create the environment manually via the environment.yml file provided.

To use a technique, make sure to activate the virtual environment and do

make <technique-name>

or manually run the main.py file located in the python/<technique-name>/ folder.

Each hyperparameter of a technique can be modified via the corresponding main.py file.

Context

This project was realized as part of the Deep learning course given by Professor Louppe to the master students of Civil Engineering (Computer Science) at the University of Liège during the academic year 2019-2020.

Authors

info8010-deep-learning-project's People

Contributors

valentinvermeylen avatar

Watchers

James Cloos avatar Maxime Meurisse avatar  avatar paper2code - bot 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.