arbitularov / SiamRPN-PyTorch

Implementation SiamRPN on PyTorch with GOT-10k dataset
103 stars 19 forks source link

Can you offer your pretrained alexnet model? #8

Open wuqiyao20160118 opened 5 years ago

wuqiyao20160118 commented 5 years ago

I will be appreciated if you can offer that because I can not use the model offered by pytorch model zoo.

shi-yan commented 5 years ago

same here, downloaded one from kaggle, not usable

wyq2020022029 commented 3 years ago

+1,可以提供alexnet预模型嘛

long-wa commented 2 years ago

如果你想跑 train_siamrpn.py,只需把config.py文件里的类里的pretrained_model参数设置为None即可。