GithubHelp home page GithubHelp logo

accyclegan's Introduction

ACCycleGAN

This is the code (in PyTorch) for our paper “Semantic-aware Automatic Image Colorization via Unpaired Cycle-Consistent Self-supervised Network”,accepted in International Jounral of Intelligent Systems.

Prerequisites

Linux

Python 3

CPU or NVIDIA GPU + CUDA CuDNN

Datasets

The color domain data in the paper is randomly selected from the PASCAL VOC 2012, and grayscaled color domain data to gray domain data. You can build your own dataset by setting up the following directory structure:

├── data                 
|   ├── src_data         # gray
|   |   ├── JPEGImages
|   |   ├── SegmentationClass 
|   ├── tgt_data         # color
|   |   ├── JPEGImages 
|   |   ├── SegmentationClass

Running

  • For train
python colorization.py
  • For test
python test.py

Reference

If you find the code useful, please cite:

@article{https://doi.org/10.1002/int.22667,
author = {Xiao, Yuxuan and Jiang, Aiwen and Liu, Changhong and Wang, Mingwen},
title = {Semantic-aware automatic image colorization via unpaired cycle-consistent self-supervised network},
journal = {International Journal of Intelligent Systems},
volume = {37},
number = {2},
pages = {1222-1238},
keywords = {CycleGAN, image colorization, image editing, unpaired training, unsupervised learning},
doi = {https://doi.org/10.1002/int.22667},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/int.22667},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/int.22667},
year = {2022}
}

accyclegan's People

Contributors

yusuen avatar

Stargazers

Doubleit avatar  avatar

Watchers

James Cloos avatar

Forkers

aw-jiang harryfon

accyclegan's Issues

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.