circulant_matrix_tracker
circulant_matrix_tracker copied to clipboard
Python port of João F. Henriques circulant matrix tracker
in function load_video_info it should be : ground_truth = (ground_truth[:, [1, 0]] + ground_truth[:, [3, 2]]) / 2 and in this code the bracket is missing, so the ground_truth is...
Hi, The link doesn't work for me. Do you have them uploaded elsewhere by any chance? vision.ucsd.edu/%7Ebbabenko/project_miltrack.shtml Thanks, Mona~
In get_subwindow function, pixels are supposed in range 0 to 1, but on line 211, the pixels are not normalised before subtracting 0.5, which cause problems.