All Projects → chuchienshu → Colorization

chuchienshu / Colorization

Licence: MIT license
The pythorch implementation of Colorful Image Colorization. In ECCV, 2016.

Programming Languages

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

Projects that are alternatives of or similar to Colorization

VideoTransformer-pytorch
PyTorch implementation of a collections of scalable Video Transformer Benchmarks.
Stars: ✭ 159 (+367.65%)
Mutual labels:  pytorch-implmention
ConSSL
PyTorch Implementation of SOTA SSL methods
Stars: ✭ 61 (+79.41%)
Mutual labels:  pytorch-implmention
CharLM
Character-aware Neural Language Model implemented by PyTorch
Stars: ✭ 32 (-5.88%)
Mutual labels:  pytorch-implmention
Super Slomo
PyTorch implementation of Super SloMo by Jiang et al.
Stars: ✭ 2,714 (+7882.35%)
Mutual labels:  pytorch-implmention
Yolo v3 tutorial from scratch
Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
Stars: ✭ 2,192 (+6347.06%)
Mutual labels:  pytorch-implmention
D2l Pytorch
This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
Stars: ✭ 3,810 (+11105.88%)
Mutual labels:  pytorch-implmention
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+9952.94%)
Mutual labels:  pytorch-implmention
dmn-plus
A Pytorch tutorial for implementation of Dynamic memory Network Plus
Stars: ✭ 61 (+79.41%)
Mutual labels:  pytorch-implmention
PyTorch-deep-photo-styletransfer
PyTorch implementation of "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511
Stars: ✭ 23 (-32.35%)
Mutual labels:  pytorch-implmention
pytorch basic nmt
A simple yet strong implementation of neural machine translation in pytorch
Stars: ✭ 66 (+94.12%)
Mutual labels:  pytorch-implmention
Recurrent-Deep-Q-Learning
Solving POMDP using Recurrent networks
Stars: ✭ 52 (+52.94%)
Mutual labels:  pytorch-implmention
pytorch gan
Spectral Normalization and Projection Discriminator
Stars: ✭ 16 (-52.94%)
Mutual labels:  pytorch-implmention
Image-Classifier
Final Project of the Udacity AI Programming with Python Nanodegree
Stars: ✭ 63 (+85.29%)
Mutual labels:  pytorch-implmention
EffNet
EffNet: AN EFFICIENT STRUCTURE FOR CONVOLUTIONAL NEURAL NETWORKS
Stars: ✭ 20 (-41.18%)
Mutual labels:  pytorch-implmention
SharpPeleeNet
ImageNet pre-trained SharpPeleeNet can be used in real-time Semantic Segmentation/Objects Detection
Stars: ✭ 13 (-61.76%)
Mutual labels:  pytorch-implmention
open-solution-ship-detection
Open solution to the Airbus Ship Detection Challenge
Stars: ✭ 54 (+58.82%)
Mutual labels:  pytorch-implmention
Neural-Machine-Translation
Several basic neural machine translation models implemented by PyTorch & TensorFlow
Stars: ✭ 29 (-14.71%)
Mutual labels:  pytorch-implmention
Human-Pose-Transfer
Implement Human Pose Transfer papers with Pytorch
Stars: ✭ 60 (+76.47%)
Mutual labels:  pytorch-implmention
pytorch-siamese-triplet
One-Shot Learning with Triplet CNNs in Pytorch
Stars: ✭ 74 (+117.65%)
Mutual labels:  pytorch-implmention
naacl2018-fever
Fact Extraction and VERification baseline published in NAACL2018
Stars: ✭ 109 (+220.59%)
Mutual labels:  pytorch-implmention

This repo is the pytorch implementation of Colorful Image Colorization. In ECCV, 2016.

Version info: pytorch 0.3.0, python 3.5

Installation

git clone https://github.com/chuchienshu/Colorization.git

Training and validation

training from scratch:

python main.py 

or resume training from specified time point:

python main.py -R ***

Both above commands default to support cross validation, which can be switch down by adding option -V False. More detailed configure setting ,please refer to config.py

Inference

python main.py -T False -I ***  # *** means the inference step. 

Results on DAVIS 2017

training loss curve

NOTE: As you can see,I didnot train enough time(since I do not have NVIDIA's support...).And the initial lr is 3.16e-4, which is 3.16e-5 in original.

Acknowledgments

Parts of this code were derived, as noted in the code, from richzhang

Reference

@inproceedings{zhang2016colorful,
  title={Colorful Image Colorization},
  author={Zhang, Richard and Isola, Phillip and Efros, Alexei A},
  booktitle={ECCV},
  year={2016}
}
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].