Skip to content

posgraph/coupe.personalized_color_enhance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personalized Color Enhancement is an open source color enhancement technique using deep learning, developed by POSTECH computer graphics laboratory

Requirement

Pytorch 0.4.0

How to run

set the path of dataset/name and run train.py. For example, if you want to train, run

python train.py --dataroot /5k_dataset/blue/ --name colorenhance_blue --model colorenhance --pool_size 50 --no_dropout --dataset_mode aligned_rand

If you want to test, put a checkpoint file into fixed_ckpt folder and run

python test.py --dataroot /5k_dataset/blue/ --name colorenhance_blue --model colorenhance --phase test --no_dropout --dataset_mode aligned_test

Result

Example

Checkpoint

checkpoint link for blue: link

License

This software is being made available under the terms in the LICENSE file.

Any exemptions to these terms requires a license from the Pohang University of Science and Technology.

Useful Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published