Skip to content

namemzy/deep-flow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Declaration

This code is used for computing optical flow between two images.

This code is mentioned only for scientific or personal use. Please contact DeepFlow, DeepMatching and ColorFlow for commercial use.

DeepFlow: http://lear.inrialpes.fr/src/deepflow/

DeepMatching: http://lear.inrialpes.fr/src/deepmatching/

ColorFlow: http://vision.middlebury.edu/flow/data/

Pipeline

0: prepare the images pairs
1: compute matches using `DeepMatching`
2: compute flo file using `DeepFlow`
3: compute optical flow using `ColorFlow`

Installation

1 download the code, put them into some directory

2 compiling `deep_matching`, `deep_flow2`, and `color_flow`
	please refer to `README` of each of them for more details.

The program was only tested under a 64-bit Linux distribution (Ubuntu 14.04).

Example

cd optical_flow && sh flow_pipeline.sh

or see cmd.example for more examples

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.6%
  • Python 8.7%
  • C 3.9%
  • Cuda 0.6%
  • Shell 0.1%
  • Makefile 0.1%