siamfc-pytorch
siamfc-pytorch copied to clipboard
modify a little in tools/demo.py will work on
need to modify this line: anno = np.loadtxt(seq_dir + 'groundtruth_rect.txt') to anno = np.loadtxt(seq_dir + 'groundtruth_rect.txt', delimiter=','), otherwise it will raise error like this:ValueError: could not convert string to float
same problems. Thanks.
是的