Home

Awesome

Towards Equivariant Optical Flow Estimation with Deep Learning

official repository of the paper

https://openaccess.thecvf.com/content/WACV2023/papers/Savian_Towards_Equivariant_Optical_Flow_Estimation_With_Deep_Learning_WACV_2023_paper.pdf

Features

This repository can be quickly extended to new metrics, data, and networks.

To start with, you can try the bash scripts for evaluation. To do that you need to download the testing data, e.g. Sintel; and to install the networks of interest.

You can use the bash scripts under test_networks/bash for automatically testing the networks. The bash script works out of the box for raft, with minimal changes it can be used to evaluate other networks.

HOW TO START

Re-training RAFT

##DEVELOPMENT This is the first version of this benchmark, please feel free to open issues and to contact me for any problem or desired improvement. The repository is in develoment and it aims for an easy benchmarking of different optical flow estimators.

credits

This repository includes the code of the tested networks, and additionaly it uses some (adapted) scrips from https://github.com/philferriere/tfoptflow