This is a pytorch implementation of The Visual Centrifuge: Model-Free Layered Video Representations in CVPR 2019.
from MLVR import MLVR
...
model = MLVR()
@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}
}