zhanglichao / updatenet

Learning the Model Update for Siamese Trackers (ICCV 2019)
135 stars 23 forks source link

您好,关于local_SiamRPN_lasot_acc.py中state['z_f_cur']的问题 #25

Open Accept-AI opened 4 years ago

Accept-AI commented 4 years ago

template_acc.append(state['z_f']);template_cur.append(state['z_f_cur']) 在run_siamrpn.py中并没有state['z_f']和state['z_f_cur'],所以在local_siamrpn_lasot_acc.py中会报错,请问,怎么解决??