Skip to content

An efficient tool for optical flow / scene flow analysis.

Notifications You must be signed in to change notification settings

JohnnieXDU/FlowTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

FlowTools

An efficient tool for optical flow / scene flow analysis.

usage

from flowtools import FlowTools

FT = FLowTools()

visualize your flow

flowrgb = FT.vizflow(flow, viz=True)

compute flow error (EPE)

errmap, epe = FT.epemap(flow, flow_gt)

About

An efficient tool for optical flow / scene flow analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages