circulant_matrix_tracker icon indicating copy to clipboard operation
circulant_matrix_tracker copied to clipboard

Python port of João F. Henriques circulant matrix tracker

Results 4 circulant_matrix_tracker issues
Sort by recently updated
recently updated
newest added

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.