neu-vi / ezflow

A modular PyTorch library for optical flow estimation using neural networks
https://ezflow.readthedocs.io/
MIT License
132 stars 8 forks source link
modular optical-flow pytorch



EzFlow

A modular PyTorch library for optical flow estimation using neural networks

[![Tests](https://github.com/neu-vig/ezflow/actions/workflows/package-test.yml/badge.svg)](https://github.com/neu-vig/ezflow/actions/workflows/package-test.yml) [![Docs](https://readthedocs.org/projects/ezflow/badge/?version=latest)](https://ezflow.readthedocs.io/en/latest/?badge=latest) [![Downloads](https://static.pepy.tech/badge/ezflow)](https://pepy.tech/project/ezflow) **[Documentation](https://ezflow.readthedocs.io/en/latest/)** | **[Tutorials](https://ezflow.readthedocs.io/en/latest/tutorials/index.html)**

Installation

From source (recommended)


git clone https://github.com/neu-vig/ezflow
cd ezflow/
python setup.py install

From PyPI


pip install ezflow

Models supported

Datasets supported


Results and Pre-trained checkpoints

Training Dataset Training Config ckpts Sintel Clean (training) Sintel Final(training) KITTI2015 AEPE KITTI2015 F1-all
Chairs config download 3.41 4.94 14.84 54.23%
Chairs -> Things config download 2.93 4.48 12.47 45.89%
Kubric config download 3.57 3.96 12.11 36.35%
Training Dataset Training Config ckpts Sintel Clean (training) Sintel Final(training) KITTI2015 AEPE KITTI2015 F1-all
Chairs config download 3.5 4.73 17.81 51.76%
Chairs -> Things config download 2.06 3.43 11.04 32.68%
Kubric config download 3.08 3.31 9.83 21.94%
Training Dataset Training Config ckpts Sintel Clean (training) Sintel Final(training) KITTI2015 AEPE KITTI2015 F1-all
Chairs config download 2.23 4.56 10.45 38.93%
Chairs -> Things config download 1.66 2.75 5.01 16.87%
Kubric config download 2.12 2.54 6.01 17.35%

Additional Information