hydradarpa / kalman-hydra

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

run_kalmanfilter.py crashes #32

Closed benlansdell closed 7 years ago

benlansdell commented 7 years ago

Occurs sometime during the Hessian render/CUDA reduction. Memory issues mentioned in #31 are irrelevant....

benlansdell commented 7 years ago

A temporary work-around I should implement anyway is to store tracking progress as the video runs, rather than saving the results at the very end. And to allow the tracker to be resumed later on the basis of the saved data

benlansdell commented 7 years ago

One possibility: http://stackoverflow.com/questions/7915118/opengl-video-freeze

benlansdell commented 7 years ago

Seems to improve performance and stability. Still needs a few more tests.

benlansdell commented 7 years ago

58ead52 seems to have done the job... closing.