Skip to content

iVMCL/LostGANs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit ahead of WillSuen:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LostGANs: Image Synthesis From Reconfigurable Layout and Style

This is implementation of our paper Image Synthesis From Reconfigurable Layout and Style and Learning Layout and Style Reconfigurable GANs for Controllable Image Synthesis

Network Structure

network_structure

Installation

Check INSTALL.md for installation instructions.

1. Download pretrained model

Download pretrained models to pretrained_model/

2. Train models

python train.py --dataset coco --out_path outputs/

3. Run pretrained model

python test.py --dataset coco --model_path pretrained_model/G_coco.pth --sample_path samples/coco/

Results

Compare different models

compare

Multiple samples generated from same layout

various_out

Synthesized images and learned masks for given layout

mask

Contact

Please feel free to report issues and any related problems to Wei Sun (wsun12 at ncsu dot edu) and Tianfu Wu (tianfu_wu at ncsu dot edu).

Reference

About

Official implementation of our ICCV19 paper "Image Synthesis From Reconfigurable Layout and Style"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.7%
  • Cuda 10.9%
  • C++ 8.8%
  • Shell 1.6%