This repository contains the official implementation of REwarp, 24' WACV.
- Python packages
conda env create --file environment.yaml
conda activate rewarp
bash scripts/train.sh 0
bash scripts/eval.sh 0
You can download below models on this link.
- hcell.pth: Pretrained HCell,
- rewarp.pth: Pretrained HCell and TCell.
This work is mainly based on LTEW and IHN, we thank the authors for their contributions.