I've been able to run through the entire VOT2013 dataset, trying to run the 2015 dataset my tracker gets stuck and I can't figure out what the problem is. The last bit of output is the following:
@@TRAX:quit
@@TRAX:hello "trax.image=path" "trax.region=polygon" "trax.version=1"
@@TRAX:initialize "/home/hka/VOT/vot-toolkit-vot2015-postchallenge/workspace_2015/sequences/motocross2/00000059.jpg" "592.18,571.74,664.12,782.04,903.16,697.26,831.21,486.96"
@@TRAX:state "592.18,571.74,664.12,782.04,903.16,697.26,831.21,486.96"
@@TRAX:frame "/home/hka/VOT/vot-toolkit-vot2015-postchallenge/workspace_2015/sequences/motocross2/00000060.jpg"
Error: Unable to contact tracker.
@@TRAX:quit
--------------------- End raw output -------------------------
Error using trax_wrapper (line 211)
Error during tracker execution.
Error in tracker_evaluate (line 98)
[trajectory, time] = tracker.run(tracker, sequence, context);
Error in workspace_evaluate>execute_iterator (line 76)
tracker_evaluate(event.tracker, event.sequence, sequence_directory, ...
Error in iterate (line 65)
context = iterator(event, context);
Error in workspace_evaluate (line 36)
iterate(experiments, trackers, sequences, 'iterator', iterator, 'context', context);
Error in run_experiments (line 10)
workspace_evaluate(tracker, sequences, experiments);
Where should I start looking for the cause? Attached the enitre output from running >>run_experiments.