All Projects → znxlwm → FUNIT-pytorch

znxlwm / FUNIT-pytorch

Licence: MIT license
Pytorch implementation of "Few-Shot Unsupervised Image-to-Image Translation" (ICCV 2019)

Programming Languages

python
139335 projects - #7 most used programming language

FUNIT-pytorch

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

Paper | Official PyTorch code

Tensorflow Implementation

Tensorflow 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
           ├── class1
               ├── zzz.jpg (class1 image)
               ├── www.png
               ├── ...
           ├── class2
               ├── ccc.jpg (class2 image)
               ├── ddd.jpg
               ├── ...

Train

> python main.py --name FUNIT --dataset YOUR_DATASET_NAME --phase train --K 1

Test

> python main.py --name FUNIT --dataset YOUR_DATASET_NAME --phase test --K 1

Architecture

architecture

Our result

our_result

Paper result

paper_result

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