NeuralEnsemble / cobrawap

Collaborative Brain Wave Analysis Pipeline (Cobrawap)
https://cobrawap.readthedocs.io/
GNU General Public License v3.0
17 stars 16 forks source link

Optical flow parallelization #73

Open FMarmoreo opened 4 months ago

FMarmoreo commented 4 months ago

Introduction of joblib library to parallelize the execution of interpolate_empty_sites and horn_schunck functions over the different time frames. Speed up time depends on machine possibility to parallelize multiple processes over the cores.

WARNING: This implementation also fixes the vector_frames size issue taken into account by PR #71. Please consider to merge PR #71 before this one for result consistency.