Home

Awesome

DDFlow: Learning Optical Flow with Unlabeled Data Distillation

The official Tensorflow implementation of DDFlow (AAAI 2019)

Requirements

Usage

By default, run "python main.py", you can get the testing results using the pre-trained KITTI model.

Please refer to the configuration file template config for a detailed description of the different operating modes.

Testing

Training

Pre-trained Models

Check models for our pre-trained models on different datasets.

Citation

If you find DDFlow useful in your research, please consider citing:

@inproceedings{Liu:2019:DDFlow, 
title = {DDFlow: Learning Optical Flow with Unlabeled Data Distillation}, 
author = {Pengpeng Liu and Irwin King and Michael R. Lyu and Jia Xu}, 
booktitle = {AAAI}, 
year = {2019}}

Acknowledgement

Part of our codes are adapted from PWC-Net and UnFlow, we thank the authors for their contributions.