Skip to content

Simple Tensorflow implementation of "Image-to-Image Translation via Group-wise Deep Whitening-and-Coloring Transformation" (CVPR 2019 Oral)

License

Notifications You must be signed in to change notification settings

taki0112/GDWCT-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6613c5f · Jul 5, 2019

History

24 Commits
Jun 14, 2019
Jun 13, 2019
Jun 11, 2019
Jul 5, 2019
Jun 11, 2019
Jun 14, 2019
Jun 11, 2019
Jun 11, 2019
Jun 11, 2019

Repository files navigation

teaser

Usage

├── dataset
   └── YOUR_DATASET_NAME
       ├── trainA
           ├── xxx.jpg (name, format doesn't matter)
           ├── yyy.png
           └── ...
       ├── trainB
           ├── zzz.jpg
           ├── www.png
           └── ...
       ├── testA
           ├── aaa.jpg 
           ├── bbb.png
           └── ...
       └── testB
           ├── ccc.jpg 
           ├── ddd.png
           └── ...
           
├── guide.jpg (example for guided image translation task)

Train

 > python main.py --dataset male2female

Test

 > python main.py --dataset male2female --phase test --direction a2b --guide_img ./guide.png

Summary

Coloring

coloring


Whitening

whitening


GDWCT

GDWCT


Model

overview


Process

process

Results

result

Loss & Alpha graph

loss

alpha

Author

Junho Kim

About

Simple Tensorflow implementation of "Image-to-Image Translation via Group-wise Deep Whitening-and-Coloring Transformation" (CVPR 2019 Oral)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages