Load video from frame dump
Adds the ability to load a video from a frame dump. We've been using this for a while with the TLD videos (info.ee.surrey.ac.uk/Personal/Z.Kalal/TLD/TLD_dataset.pdf), so it's had some testing.
Cool idea, thanks. Just one bug before I merge: the self.path should not be checked/changed before the existence of self.tensor is tested. If a tensor is provided, then no path is provided, I had moved the self.path change after the self.tensor one in a recent commit.
Fixed
Is this okay to be merged? Let me know if there is anything else I need to do
it looks like the frame dump load option is gone?