PTLFlow - PyTorch Lightning Optical Flow

Welcome to the PTLFlow documentation for the code at https://github.com/hmorimitsu/ptlflow. This is an unified platform built on PyTorch Lightning for training and testing deep optical flow models. The modular design of systems in PyTorch Lightning is ideal for putting lots of models together while keeping each of them well contained (see System vs Model).

PTLFlow is still in early development, so there are only a few models available at the moment, but hopefully the list of models will grow soon.

Here you will find some basic steps on how to use PTLFlow for training and testing some optical flow models. This documentation also contains validation results of each model in some common benchmarks.

This documentation is still under development, but hopefully the most important parts for using PTLFlow are covered here.

Disclaimers

PTLFlow contains the adapted code of many models developed by other authors. References to the papers and original codes are included in each respective model (but if you see something missing, please inform me on GitHub).

Most of the original codes or datasets require that any derivative work (such as this) is used strictly for research purposes. If you want to use it for a different purpose, then you should check by yourself if and how that can be done.

The results presented by the models in this platform are not guaranteed to match the official results (in either accuracy or speed). If you need to reproduce the official results for some model, then you should use the its original code.

Indices and tables