All Projects → taki0112 → GDWCT-Tensorflow

taki0112 / GDWCT-Tensorflow

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

Programming Languages

python
139335 projects - #7 most used programming language

teaser

Paper | Pytorch code | Slide

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

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].