Skip to content

ktye-UF/autocolorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autocolorization

based on Richard Zhang's paper:(Colorful Image Colorization)

and his source code: (Richard Zhang's Github)

Requirment

TensorFlow etc. 

Train

1. link your training dataset directory to the following path:

ln -s $your_data_path data/imagenet

2. create the list of paths of training data:

python tools/create_imagenet_list.py

3. train (training setting can be changed in "train.cfg" file)

python tools/train.py -c conf/train.cfg

Test/demo

1. Download pretrained model and move it to models/

pretrained model

2. Test/demo

python demo.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published