Skip to content

Dhagash4/video-prediction

Repository files navigation

Unofficial implementation of Video Ladder Networks

Overview

Implementation of video prediction pipeline as paper as a part of course project for Lab Vision Systems (MA-INF 4308). Model is evaluated on MMNIST and KTH dataset pre-trained weights for same are available

Project Structure

.
├── checkpoints         # saving trained models
├── configs             # configs used for different experiments
├── data                # data directory 
│   └── KTH
│   └── MMNIST          
├── model_eval          # scripts for evaluating trained models
├── models              # building blocks of the model 
├── metrics_data        # stored data of computed metrics
├── results             # some images/GIFs computed from trained model
├── tboard_logs         # logs from our experiments
├── utils               # contains trainer to train model and some extra functionalities
└── eval.py             
└── train.py
└── summary.ipynb

Installation

Please refer to INSTALL.md for installation instructions

Usage

First download pretrained weights for model as mentioned in above section.

Refer to this notebook to know about detailed usage of this repository.

Results

NOTE Images padded with green are context frames, red padding indicated images predicted by our model

Qualitative Results

MMNIST

mmnist_1 mmnist_2 mmnist_3 mmnist_4 mmnist_5 mmnist_6 mmnist_7 mmnist_8 mmnist_9 mmnist_10

KTH

kth_1 kth_2 kth_3 kth_4 kth_5 kth_6 kth_7 kth_8 kth_9 kth_10

Quantitative Results

MMNIST

quantitative_mmnist

KTH

quantitative_kth

Contact

Amit Rana ([email protected]), Dhagash Desai ([email protected])

Credits

We would like to thank Angel Villar-Corrales for his guidance throughout the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published