Zheng Chang, Xinfeng Zhang, Shanshe Wang, Siwei Ma, Yan Ye, Xinguang Xiang, Wen Gao.
Official PyTorch Code for "MAU: A Motion-Aware Unit for Video Prediction and Beyond" [paper]
- PyTorch 1.7
- CUDA 11.0
- CuDNN 8.0.5
- python 3.6.7
Create conda environment:
$ conda create -n MAU python=3.6.7
$ conda activate MAU
$ pip install -r requirements.txt
$ conda install pytorch==1.7 torchvision cudatoolkit=11.0 -c pytorch
Download repository:
$ git clone git@github.com:ZhengChang467/MAU.git
Unzip MovingMNIST Dataset:
$ cd data
$ unzip mnist_dataset.zip
$ python MAU_run.py --is_train False
$ python MAU_run.py --is_train True
We plan to share the train codes for other datasets soon!
Please cite the following paper if you feel this repository useful.
@article{chang2021mau,
title={MAU: A Motion-Aware Unit for Video Prediction and Beyond},
author={Chang, Zheng and Zhang, Xinfeng and Wang, Shanshe and Ma, Siwei and Ye, Yan and Xinguang, Xiang and Gao, Wen},
journal={Advances in Neural Information Processing Systems},
volume={34},
year={2021}}
See MIT License