hydradarpa / kalman-hydra

Python and C++ code for Hydra optical flow, behavior analysis with extended Kalman filter tracker
2 stars 0 forks source link

Determine error in optic flow as a function of Brox parameters... #14

Closed benlansdell closed 8 years ago

benlansdell commented 8 years ago

Use test_flow.py and gen_synthetic.py with different Brox params.

Probably best to play with the number of inner and outer iterations

benlansdell commented 8 years ago

Comparison between different optic flow methods: http://sintel.is.tue.mpg.de/results

benlansdell commented 8 years ago

Compare SimpleFlow: http://graphics.berkeley.edu/papers/Tao-SAN-2012-05/ Compare DeepFlow: http://lear.inrialpes.fr/src/deepmatching/

benlansdell commented 8 years ago

Finished... at last