Skip to content

A Pytorch implementation of The Visual Centrifuge: Model-Free Layered Video Representations.

Notifications You must be signed in to change notification settings

albert100121/MLVR-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DispNet Pytorch

Overview

This is a pytorch implementation of The Visual Centrifuge: Model-Free Layered Video Representations in CVPR 2019.

Model Architecture

Predictor-Corrector Architecture


UNet

Usage

from MLVR import MLVR
...
model = MLVR()

Citation

@inproceedings{alayrac2019visual,
  title={The visual centrifuge: Model-free layered video representations},
  author={Alayrac, Jean-Baptiste and Carreira, Joao and Zisserman, Andrew},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={2457--2466},
  year={2019}
}