Skip to content

Python optical flow visualization following Baker et al. (ICCV 2007) as used by the MPI-Sintel challenge

License

Notifications You must be signed in to change notification settings

tomrunia/OpticalFlow_Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

248d9e4 · Apr 2, 2020

History

11 Commits
Apr 2, 2020
Apr 2, 2020
Apr 2, 2020
Apr 2, 2020
Apr 2, 2020
Apr 2, 2020
Apr 2, 2020

Repository files navigation

Optical Flow Visualization

Python port of the optical flow visualization: people.csail.mit.edu/celiu/OpticalFlow/. This implementation is based on the color wheel presented in:

S. Baker, D. Scharstein, J. Lewis, S. Roth, M. J. Black, and R. Szeliski.
A database and evaluation methodology for optical flow.
In Proc. IEEE International Conference on Computer Vision (ICCV), 2007.

Installation

pip install flow_vis

Usage

import flow_vis
flow_color = flow_vis.flow_to_color(flow_uv, convert_to_bgr=False)

Examples visualizations

Example visualization from the MPI Sintel Dataset:

MPI Sintel 01

MPI Sintel 02

MPI Sintel 03

Acknowledgements

I would like to thank Susana Bouchardet for preparing the repository for PyPi.