Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
/ dcflow Public archive

Code for the paper "Accurate Optical Flow via Direct Cost Volume Processing. Jia Xu, René Ranftl, and Vladlen Koltun. CVPR 2017"

License

Notifications You must be signed in to change notification settings

isl-org/dcflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

Code for the paper "Accurate Optical Flow via Direct Cost Volume Processing. Jia Xu, René Ranftl, and Vladlen Koltun. CVPR 2017"

If you use this code or the provided models in your research, please cite the following paper:

@inproceedings{XRK2017,
	author    = {Jia Xu and Ren\'e Ranftl and Vladlen Koltun},
	title     = {{Accurate Optical Flow via Direct Cost Volume Processing}},
	booktitle = {CVPR},
	year      = {2017},
}

Dependencies

Setup

  • Set path to OpenCL SDK:
    • For Intel OpenCL set export INTELOCLSDKROOT=<path to intel ocl sdk>, e.g., export INTELOCLSDKROOT=/usr/local/intel/opencl
    • For NVIDIA OpenCL set export CUDA_PATH=<path to cuda home>, e.g., export CUDA_PATH=/usr/local/cuda
    • For AMD OpenCL set export AMDAPPSDKROOD=<path to amd ocl sdk>, e.g., export AMDAPPSDKROOD=/usr/local/amd/opencl
  • Set MATLAB_ROOT environment variable, e.g., export MATLAB_ROOT=/usr/local/MATLAB/R2017a
  • mkdir build
  • cd build
  • cmake ..
  • make
  • make install

Running the code:

See matlab/demo.m

Log

  • Version 0.1, 2017-07-20

    Includes feature embedding code/models, 4-D cost volume construction and processing, and forward-backward consistency checking. Part of poster-processing (EpicFlow inpainting, homography fitting) can not be included due to license issues. We expect to release them in future versions. You may download the EpicFlow code (or other inpainting code), and replace the match file with our output to obtain a dense optical flow filed.

About

Code for the paper "Accurate Optical Flow via Direct Cost Volume Processing. Jia Xu, René Ranftl, and Vladlen Koltun. CVPR 2017"

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published