Skip to content

LoopzWeb/denseflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

denseflow

use opencv3.0 to compute denseflow

inference

I first use this code to get dense flow.But I met something wrong when make this project,because the author uses opencv2 and I only install opencv3 in my computer.There are a lot of differences between opencv2 and opencv3.I warpped the code with the inference2.

sample

Usage:

./denseFlow_gpu -f=test.avi -x=tmp/flow_x -y=tmp/flow_x -i=tmp/image -b=20 -t=1 -d=0 -s=1

test.avi: input video

tmp: folder containing RGB images and optical flow images

About

use opencv3.0 to compute denseflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published