GithubHelp home page GithubHelp logo

face2anime's Introduction

Anime Style Transfer

This is the final project of the Computer Vision course at Vingroup AI Engineer Training Program 2023. In this project, we propose a novel method for style transfer between anime and real images using Cycle GAN.

Setup

To setup the project, run the following command:

pip install -v -e .

Data preparation

Download datasets from the following links and put them in the data folder:

Note: For other datasets described in the report, you can download out preprocessed data from here

Training

To train the model, run the following command:

python train.py --config CONFIG_FILE_PATH

where CONFIG_FILE_PATH is the path to the config file. For example, to train the model with the default config, run:

python train.py --config configs/default.yaml

when the training is done, the model will be saved in the checkpoints folder.

Inference

To generate images using the trained model, run the following command:

python scripts/inference.py --checkpoint CHECKPOINT_PATH --image_path IMAGE_PATH

where CHECKPOINT_PATH is the path to the trained model, IMAGE_PATH is the path to the input image. For example, to generate an image using the default config, run:

python scripts/inference.py --checkpoint checkpoints/lastest.ckpt --image_path data/landscape/landscape.jpg

The generated image will be saved as output.jpg in the current directory.

Experiments

You can track our experiments via Weights & Biases ๐Ÿฅฐ.

Using the pre-trained models

You can download our pre-trained models with following links:

face2anime's People

Contributors

hoang1007 avatar huynhspm 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.