Giter Club home page Giter Club logo

color-texture's Introduction

Color texture

Use CNN to learn how to color a picture based on its textures.

CNN model

What does the CNN learn? It learns the relationship between texture and color

$$rgb = \psi(texture)$$

where, $rgb \in R^3$ refers the RGB color values, and the $texture \in R^{w \times h}$ refers the local texture features.

The structure of the CNN model is as following

CNN-Model

The input is the small patch of local image texture. The gray channel of a picture is considered as the texture.

Picture-compare

Assume we have some pictures, the aim is to teach the CNN to learn how to color the gray-scaled textures.

Color-results

The relationship between texture and rgb is following

Texture-RGB

How to use

The main.py is what you need for a quick startup.

# The example of train the CNN model using 1.jpg
# The model will be trained,
# the parameters will be saved,
# and the other pictures will be converted.

python main.py assets/1.jpg

Contents

The project contains the folders:

  • assets: The pictures being converted with each other;
  • converted: The converted pictures;
  • parameters: The trained parameters of the pictures in assets.

The project contains the scripts:

  • images.py: The python script to load image into Image class;
  • main.py: The main python script of training the model, it also convert the pictures;
  • batch.sh: The shell script of running several main.py.

The parameters of the CNN:

  • The parameters are specifically to the picture;
  • After the model is trained, the parameters will be saved in the parameters folder.

color-texture's People

Contributors

listenzcc avatar

Watchers

James Cloos avatar  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.