Giter VIP home page Giter VIP logo

ftgan's Introduction

Flow and Texture GAN (FTGAN)

Publication

Hierarchical Video Generation from Orthogonal Information: Optical Flow and Texture (arxiv) Katsunori Ohnishi*, Shohei Yamamoto*, Yoshitaka Ushiku, Tatsuya Harada.
In AAAI, 2018 * indicates equal contribution.

Pipeline

Requirements

Python 2.7

Chainer 3.1.0+

In addition, please pip install the following packages:

  • matplotlib
  • pillow
  • scipy

Demo

You can test FTGAN using pretrained model as follows:

cd src/joint_learning
python demo.py --gpu=0

If you failed to run because of model loading, please install git-lfs and run git lfs clone [email protected]:mil-tokyo/FTGAN.git, or please download models from Google Drive.

Train

Preprocess

  1. Download the dataset(Penn Action)and extract optical flow.

  2. Resize all frames (76*76) and convert to npy file.

  3. Setup dataset directory as follows.

    PennAction/
        npy_76/
            0001.npy
            0002.npy
            ...
            2326.npy
        npy_flow_76/
            0001.npy
            0002.npy
            ...
            2326.npy

Train FlowGAN

cd src/FlowGAN
python train.py --gpu=0 --root '/path/to/dataset/'

Train TextureGAN

cd src/TextureGAN
python train.py --gpu=0 --root '/path/to/dataset/'

Joint learning

cd src/joint_learning
python train.py --gpu=0 --root '/path/to/dataset/'

Example of Results

TextureGAN (from GT Flow and ) FTGAN (from and )

Citing FTGAN

If you find FTGAN useful in your research, please consider citing:

@inproceedings{ohnishi2018ftgan,
  title={Hierarchical Video Generation from Orthogonal Information: Optical Flow and Texture},
  author={Ohnishi, Katsunori and Yamamoto, Shohei and Ushiku, Yoshitaka and Harada, Tatsuya},
  booktitle={AAAI},
  year={2018}
}

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.