ohhhyeahhh / SiamGAT

Code for the paper "Graph Attention Tracking". (CVPR2021)
https://openaccess.thecvf.com/content/CVPR2021/papers/Guo_Graph_Attention_Tracking_CVPR_2021_paper.pdf
138 stars 19 forks source link

cfg.TRAIN.NUM_CLASSES,cfg.TRAIN.NUM_CONVS,cfg.TRAIN.PRIOR_PROB这些参数在哪里设置,config中没有这几个参数? #6

Closed jxuepeng closed 3 years ago

twotwo2 commented 3 years ago

这些参数是训练模型时用到的,我们将在公开训练代码的同时,把该参数添加到config文件中。