Giter Site home page Giter Site logo

exsingan's Introduction

ExSinGAN

Code for the paper: "ExSinGAN: learning an explainable Generative Model from a Single Image (BMVC 2021)"

code

Our code refered to the following projects:

And we rewrited the SinGAN and DGP for more concise expression.

Download pre-trained models

Please download Pretrained VGG and BigGAN from Google drive, and put them to Pretrained folder.

Install dependencies

pip install -r requirements.txt

Train

To train ExSinGAN, just running

python main_train.py --input_dir <input_dir> --input_name <image>

e.g., if you has an image leaningtower.jpg in Input/Images, just run

python main_train.py --input_dir Input/Images --input_name leaningtower.jpg

For more details of parameters, please see Models/config.py

We also offered a script To train SinGAN, just running

python main_train.py --input_dir <input_dir> --input_name <image> --use_struct False --use_semantic False --rescale_method singan --pyramid_height None

Random samples

Once the model is trained completely, the syntheses are stored in the Output directory. You can sample more syntheses by running

python random_samples.py --model_path <model_path> --num <num>

exsingan's People

Contributors

zhangzc21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hiyyg

exsingan's Issues

A question

Hello, thank you so much for your code.
I want to know if I want to batch generate random samples with a resolution of 1084*1084, how do I adjust the parameters of the code to achieve this.

A question about three features

I'm confused about these three features from your paper. How did you divide them from one picture. Can you introduce some papers about three features? Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.