LiCheng Ren
LiCheng Ren
I have this problem: /home/rlc/anaconda3/envs/H_R-Siamese-RPN/bin/python /home/rlc/H_R-Siamese-RPN/bin/test_OTB.py -ms /home/rlc/H_R-Siamese-RPN/imagenet_pretrain/siamrpn_38.pth -v tb100 0%| | 0/3 [00:00
python examples/test.py 有没有方法从命令行代码开始调试呢 谢谢!
dataram = dict() tem0_path = '/home/lichao/projects/DaSiamRPN/code/templates' tem_path = '/home/lichao/projects/DaSiamRPN/code/templates_0_0' dataram['template0'] = np.load(join(tem0_path,'template0.npy')) dataram['template'] = np.load(join(tem_path,'template.npy')) dataram['templatei'] = np.load(join(tem_path,'templatei.npy')) dataram['pre'] = np.load(join(tem_path,'pre.npy')) dataram['gt'] = np.load(join(tem_path,'gt.npy')) dataram['init0'] = np.load(join(tem_path,'init0.npy')) dataram['train'] = np.arange(len(dataram['gt']),...