HALO: Hamiltonian latent operators for content and motion disentanglement in image sequences.
This repo provides the official implementation of HALO
conda env create -f environment.yaml
conda activate HALO
python train.py --config configs/sprites.yaml
python test.py --config configs/sprites.yaml
@article{khan2021hamiltonian,
title={Hamiltonian latent operators for content and motion disentanglement in image sequences},
author={Khan, Asif and Storkey, Amos},
journal={arXiv preprint arXiv:2112.01641},
year={2021}
}