arks22 / MAU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAU

It contains a pytorch implementation of the following paper:

  • MAU: A Motion-Aware Unit for Video Prediction and Beyond.

Requirements

To install requirements:

pip install -r requirements.txt

Quick Start

To test our model on the Moving MNIST dataset, run the code in the PowerShell using:

python MAU_run.py --dataset mnist

To test our model on the Caltech Pedestrian dataset, run the code in the PowerShell using:

python MAU_run.py --dataset kitti

To test our model on the TownCentreXVID dataset, you should first download the sample data and the pretrained model and then place them in the following folders:

Image text

then run the code in the PowerShell using:

python MAU_run.py --dataset town

The predicted results will be saved into path results/.

About

License:MIT License


Languages

Language:Python 98.1%Language:Shell 1.0%Language:Dockerfile 0.9%