All Projects → taki0112 → FUNIT-Tensorflow

taki0112 / FUNIT-Tensorflow

Licence: MIT License
Simple Tensorflow implementation of "Few-Shot Unsupervised Image-to-Image Translation" (ICCV 2019)

Programming Languages

python
139335 projects - #7 most used programming language

FUNIT-Tensorflow

: Few-Shot Unsupervised Image-to-Image Translation (ICCV 2019)

Paper | Official Pytorch code

Other Pytorch Implementation

Usage

├── dataset
   └── YOUR_DATASET_NAME
       ├── train
           ├── class1 (class folder)
               ├── xxx.jpg (class1 image)
               ├── yyy.png
               ├── ...
           ├── class2
               ├── aaa.jpg (class2 image)
               ├── bbb.png
               ├── ...
           ├── class3
           ├── ...
       ├── test
           ├── content (content folder)
               ├── zzz.jpg (any content image)
               ├── www.png
               ├── ...
           ├── class (class folder)
               ├── ccc.jpg (unseen target class image)
               ├── ddd.jpg
               ├── ...

Train

> python main.py --dataset flower

Test

> python main.py --dataset flower --phase test

Architecture

architecture

Our result

our_result

Paper result

paper_result

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