GithubHelp home page GithubHelp logo

seenet's Introduction

SEE-Net

The Tensorflow implementation of "Order Matters: Shuffling Sequence Generation for Video Prediction" (BMVC2019) by Junyan Wang, Bingzhang Hu, Yang Long, Yu Guan.

Python packages

  • Python: 3.6.8
  • Tensorflow: 1.12.0
  • CUDA 9.0

Dataset & Pretrained Models

Make a directory ./data for saving models and a directory ./pretrained for pretrained models.

Train

Make a directory ./models for saving models and a directory ./logs for saving logs.

To train motion and content features:

python3 ./src/main.py --train_feature True --test False

To train predict part:

python3 ./src/main.py --train_feature False --test False

The predicted samples can be seen in ./samples folder. The detailed arguments can be set up in ./src/args.py

Test

python3 ./src/main.py --test True

The test predicted samples can be seen in ./samples/test folder

Examples

KTHexamples

Cite

If you use this code or reference our paper in your work please cite this publication as:

ArXiv Version:

@article{wang2019order,
  title={Order Matters: Shuffling Sequence Generation for Video Prediction},
  author={Wang, Junyan and Hu, Bingzhang and Long, Yang and Guan, Yu},
  journal={arXiv preprint arXiv:1907.08845},
  year={2019}
}

BMVC Version:

@inproceedings{wang2019order,
    author    = {Junyan Wang and
               Bingzhang Hu and
               Yang Long and
               Yu Guan},
    title     = {Order Matters: Shuffling Sequence Generation for Video Prediction},
    booktitle = {Proc. BMVA British Mach. Vis. Conf.},
    pages     = {275.1--275.14},
    year      = {2019}}

Poster

seenet's People

Contributors

andrewjywang avatar

Stargazers

 avatar  avatar Andreas Köpf avatar DI HUANG avatar  avatar Shubham Pachori avatar Haoran Duan avatar Jax avatar 杨小福 avatar Mingfei avatar Yang Bai avatar

Watchers

James Cloos avatar paper2code - bot avatar

seenet's Issues

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.