hydradarpa / kalman-hydra

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

Render multiple perturbations for Jacobian and Hessian simultaneously on the one image #22

Closed benlansdell closed 8 years ago

benlansdell commented 8 years ago

Can yield what should be significant speedups... very few (roughly constant with mesh size) renders needed. Will need to figure out which renders can be done on the one image. Create a queue and pull them from there. Probably can do reduction on the GPU, also.... but will be complicated