ohhhyeahhh / SiamCAR

SiamCAR: Siamese Fully Convolutional Classification and Regression for Visual Tracking (CVPR 2020, Oral)
https://openaccess.thecvf.com/content_CVPR_2020/html/Guo_SiamCAR_Siamese_Fully_Convolutional_Classification_and_Regression_for_Visual_Tracking_CVPR_2020_paper.html
322 stars 63 forks source link

test the GOT10K problems #34

Closed Tchuanm closed 4 years ago

Tchuanm commented 4 years ago

hi,sir. when i test GOT10K with your SiamCAR-GOT.pth,there is a error problem RuntimeError: Error(s) in loading state_dict for ModelBuilder: size mismatch for down.weight: copying a param with shape torch.Size([256, 768, 1, 1]) from checkpoint, the shape in current model is torch.Size([768, 256, 1, 1]).

but i use the model_general.pth ,it`s ok to test it . could u tell me how to solve it ? thanks advance~

WangJun-ZJUT commented 4 years ago

Hi, We have updated the code and model, please test on the new code and model.

Tchuanm commented 4 years ago

Hi, We have updated the code and model, please test on the new code and model.

thanks.