Home

Awesome

MUNIT-Tensorflow

Simple Tensorflow implementation of "Multimodal Unsupervised Image-to-Image Translation"

Requirements

Issue

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

Test

Guided Image Translation

Summary

illustration

Architecture

architecture

Model Overview

model_overview

Results

Edges to Shoes/handbags Translation

edges2shoes_handbags

Animal Image Translation

animal

Street Scene Translation

street

Yosemite Summer to Winter Translation (HD)

summer2winter_yosemite

Example-guided Image Translation

guide

Related works

Reference

Author

Junho Kim