researchmm / SiamDW

[CVPR'19 Oral] Deeper and Wider Siamese Networks for Real-Time Visual Tracking
http://openaccess.thecvf.com/content_CVPR_2019/html/Zhang_Deeper_and_Wider_Siamese_Networks_for_Real-Time_Visual_Tracking_CVPR_2019_paper.html
MIT License
751 stars 180 forks source link

Model Size of ResNet22_RPN #93

Open sjtuchenye opened 4 years ago

sjtuchenye commented 4 years ago

The model size of Pretrained ResNet22_RPN is about 127MB, but in my training, the size of saved model is 249.71MB. I didn't change any parameter of ResNet_RPN model.

JudasDie commented 4 years ago

The model size of Pretrained ResNet22_RPN is about 127MB, but in my training, the size of saved model is 249.71MB. I didn't change any parameter of ResNet_RPN model.

The model would some additional information, e.g. optimizer.

ISosnovik commented 4 years ago

@sjtuchenye I assume you train the thicker version. The pretrained model is the thinner

Xiyu-AI commented 4 years ago

@sjtuchenye I assume you train the thicker version. The pretrained model is the thinner

could you share the thicker version? my email is 1049566058@qq.com,thanks