huanglianghua/siamfc-pytorch

modify a little in tools/demo.py will work on

Opened this issue · 2 comments

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.

是的