All Projects → zhaohengyuan1 → Color2Embed

zhaohengyuan1 / Color2Embed

Licence: MIT License
Color2Embed: Fast Exemplar-Based Image Colorization using Color Embeddings.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Color2Embed

Interactive Deep Colorization
Deep learning software for colorizing black and white images with a few clicks.
Stars: ✭ 2,465 (+10170.83%)
Mutual labels:  colorization
MetalColor
Automatic Real Time Colorization with CNN on iOS
Stars: ✭ 69 (+187.5%)
Mutual labels:  colorization
PaintsTensorFlow
line drawing colorization using TensorFlow
Stars: ✭ 47 (+95.83%)
Mutual labels:  colorization
vim-modusline
🌈 Mode-specific statusline colors
Stars: ✭ 39 (+62.5%)
Mutual labels:  colorization
video-colorization
Applying the machine learning tool "DeOldify" on videos, frame by frame.
Stars: ✭ 15 (-37.5%)
Mutual labels:  colorization
zsh-ls-colors
A zsh library to use LS_COLORS
Stars: ✭ 23 (-4.17%)
Mutual labels:  colorization
Automatic Image Colorization
🎨 Automatic Image Colorization using TensorFlow based on Residual Encoder Network
Stars: ✭ 130 (+441.67%)
Mutual labels:  colorization
colorize-video
colorize video using publicly available neural-networks
Stars: ✭ 24 (+0%)
Mutual labels:  colorization
awesome print.cr
It dreams about becoming ruby's awesome_print for crystal-lang, under light development.
Stars: ✭ 13 (-45.83%)
Mutual labels:  colorization
Deep-Exemplar-based-Video-Colorization
The source code of CVPR 2019 paper "Deep Exemplar-based Video Colorization".
Stars: ✭ 180 (+650%)
Mutual labels:  colorization
colnet
🖌️ Automatic Image Colorization with Simultaneous Classification – based on "Let there be Color!"
Stars: ✭ 37 (+54.17%)
Mutual labels:  colorization
go-rainbow
Golang Helper for beautiful CLI Applications
Stars: ✭ 86 (+258.33%)
Mutual labels:  colorization
Awesome-Deep-Colorization
Selected Paper List of Deep Model based Image Colorization
Stars: ✭ 62 (+158.33%)
Mutual labels:  colorization
Colorization
Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
Stars: ✭ 2,791 (+11529.17%)
Mutual labels:  colorization
video coloriser
Pytorch Convolutional Neural Net and GAN based video coloriser that converts black and white video to colorised video.
Stars: ✭ 29 (+20.83%)
Mutual labels:  colorization
Colorizing With Gans
Grayscale Image Colorization with Generative Adversarial Networks. https://arxiv.org/abs/1803.05400
Stars: ✭ 209 (+770.83%)
Mutual labels:  colorization
iconcolor
Automatic icon colorization using deep convolutional neural networks. "Towards Icon Design Using Machine Learning." In Stanford CS229, Fall 2017.
Stars: ✭ 35 (+45.83%)
Mutual labels:  colorization
MemoPainter-PyTorch
An unofficial implementation of MemoPainter(Coloring With Limited Data: Few-shot Colorization via Memory Augmented Networks) using PyTorch framework.
Stars: ✭ 63 (+162.5%)
Mutual labels:  colorization
keras-mobile-colorizer
U-Net Model conditioned with MobileNet features for Grayscale -> Color mapping
Stars: ✭ 26 (+8.33%)
Mutual labels:  colorization
limner
Limner colorizes and transforms CLI outputs.
Stars: ✭ 99 (+312.5%)
Mutual labels:  colorization

Color2Embed

Color2Embed: Fast Exemplar-Based Image Colorization using Color Embeddings Paper

This project is the simple implementation of Color2Embed. This paper maybe not be submitted to any conferences and journals and you can use it in your projects. You can help to star this repo if you think this repo is helpful.

Other recommended projects:

Temporally-Consistent-Video-Colorization

Deep Exemplar-based Colorization

Deep Video Prior

Learning Blind Video Temporal Consistency

Swapping Autoencoder

Dependencies

Test

  1. Clone this github repo.
git clone https://github.com/zhaohengyuan1/Color2Embed.git
cd Color2Embed
  1. Pretrained models should be placed in ./experiments/ folder. VGG model also can be downloaded.

  2. I have collected some test datasets used in previous papers. You can check it in the path ./test_datasets. When you use the file test_gray2color.py to test, you need to edit the input file path and pretrained weights path in this file.

python test_gray2color.py

Train

  1. Prepare the training data.
cd data
sh prepare_data.sh
  1. Run the train.sh. You can check train.py for more implementation details.
sh train.sh

Results

Contact

If you have any question, please email [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].