JackZhouSz / fs-lmv

Reproduction of "Adaptive Recurrent Frame Prediction with Learnable Motion Vectors" [SIGGRAPH Asia 2023].

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fs-lmv

Official implementation here.

Env

Use ./conda_env.yaml to build the environment.

Dataset

Please refer to official impl.

Train and test

python ./src/train.py --config ./src./configs/LMV.yaml

python ./src/test.py --config ./src./configs/LMV.yaml --model ./src/save/_LMV/epoch-best.pth

See ./src/configs/LMV.yaml for more info.

About

Reproduction of "Adaptive Recurrent Frame Prediction with Learnable Motion Vectors" [SIGGRAPH Asia 2023].


Languages

Language:Python 100.0%