Skip to content

The Tensorflow implementation of SEENet (BMVC2019)

License

Notifications You must be signed in to change notification settings

andrewjywang/SEENet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Dataset & Pretrained Models

(The proprecessed dataset will provide later)

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

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

To train predict part:

python3 ./src/main.py --train_feature 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

Cite

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

@misc{wang2019order,
    title={Order Matters: Shuffling Sequence Generation for Video Prediction},
    author={Junyan Wang and Bingzhang Hu and Yang Long and Yu Guan},
    year={2019},
    eprint={1907.08845},
    archivePrefix={arXiv},
    primaryClass={cs.CV}
}

About

The Tensorflow implementation of SEENet (BMVC2019)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages