siamfc-pytorch icon indicating copy to clipboard operation
siamfc-pytorch copied to clipboard

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

Open laisimiao opened this issue 5 years ago • 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

laisimiao avatar Mar 01 '20 09:03 laisimiao

same problems. Thanks.

wulongjian avatar Jun 16 '20 02:06 wulongjian

是的

wangchenw avatar Mar 10 '21 08:03 wangchenw