GitXplorerGitXplorer
z

deep-flow

public
72 stars
33 forks
5 issues

Commits

List of commits on branch master.
Unverified
fd127e9a2ccd2e5b73dcef39a3438ee77b2476a4

modify optical_flow/flow_pipeline.py

zzimenglan-sysu-512 committed 8 years ago
Unverified
b7484fe383b78b23b27db473b2aa782e83155871

modify optical_flow/flow_pipeline.py

zzimenglan-sysu-512 committed 8 years ago
Unverified
a36af5246dd1ffb8d5edf877af9065f2513c4d4e

modify optical_flow/flow_pipeline.py

zzimenglan-sysu-512 committed 8 years ago
Unverified
e599d78a7bb6c4ae71b33180b5ed16910e07548f

modify optical_flow/flic_movies.sh

zzimenglan-sysu-512 committed 9 years ago
Unverified
8978859be1ce635a6e6a5b778d367efec03afe9d

modify optical_flow/flow_pipeline.py

zzimenglan-sysu-512 committed 9 years ago
Unverified
9f5e4818d92e54244b35d092f2297c2f67cac13f

modify optical_flow/flow_pipeline.py

zzimenglan-sysu-512 committed 9 years ago

README

The README file for this repository.

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