Munit Tensorflow

Simple Tensorflow implementation of "Multimodal Unsupervised Image-to-Image Translation" (ECCV 2018)
Alternatives To Munit Tensorflow
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gold Miner32,106
2 days ago5
🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:
Deeplearningexamples10,573
a day ago227Jupyter Notebook
State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
Docs5,693
a day ago12apache-2.0Jupyter Notebook
TensorFlow documentation
Seq2seq5,300
2 years ago194apache-2.0Python
A general-purpose encoder-decoder framework for Tensorflow
Transformer3,882
7 days ago134apache-2.0Python
A TensorFlow Implementation of the Transformer: Attention Is All You Need
Zhihu3,228
2 years ago31Jupyter Notebook
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Lingvo2,699
2 days ago116apache-2.0Python
Lingvo
Openseq2seq1,393
2 years ago85apache-2.0Python
Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
Opennmt Tf1,36893a month ago95June 02, 202223mitPython
Neural machine translation and sequence learning using TensorFlow
Docs L10n592
a day ago1apache-2.0Jupyter Notebook
Translations of TensorFlow documentation
Alternatives To Munit Tensorflow
Select To Compare


Alternative Project Comparisons
Readme

MUNIT-Tensorflow

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

Requirements

  • Tensorflow 1.4
  • Python 3.6

Issue

  • Author uses so many iterations (1M = 1,000,000)
  • Author uses LSGAN, but do not multiply each of G and D by 0.5

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 --phase train --dataset summer2winter --batch_size 1

Test

  • python main.py --phase test --dataset summer2winter --batch_size 1 --num_style 3

Guided Image Translation

  • python main.py --phase guide --dataset summer2winter --batch_size 1 --direction a2b --guide_img guide.jpg

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

Popular Translation Projects
Popular Tensorflow Projects
Popular Data Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Dataset
Tensorflow
Translation
Image Translation