ilastik / hytra

Python module for multi HYpotheses TRAcking
https://github.com/ilastik/hytra
MIT License
2 stars 7 forks source link

Spliting Video and Stitching Results #24

Closed JaimeIvanCervantes closed 7 years ago

JaimeIvanCervantes commented 7 years ago

Added the class SplitTracking with member function trackFlowBasedWithSplits() that splits videos, runs tracking on each sub-section, and stitches the results back together in order to reduce the running-time (useful for long videos).

Also modified IlastikMergerResolver, MergerResolver and JsonGraph in order to be compatible with split tracking. For now split tracking is still having some problems and has split-tracking disabled by default, but the option is there.

@chaubold could you review the code? The changes are minimal, I only added some parameters that I need on split-tracking.