-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hey, I have been trying to decompile and understand your code, because I am trying to use it for some of my projects, but I can't get it to collect individuals paths (archive/path lists are always empty). Would you mind telling me where in the points.py the magic is done?
As I understand extendPaths is the master-function that writes the path-extensions into the lists, but I can only guess that item-matcher is where previous coordinates are matched with current ones.
If you could even just send me a pickled archive or a running example video file I guess I could figure it out myself, as I have already spend quite some time trying to understand the code :-). Once I am done I would be happy to upload a fully annotated version. I am using Python3 with the recent-most opencv version.