KimSoybean / ScratchDet

The code and models for paper: "ScratchDet: Exploring to Train Single-Shot Object Detectors from Scratch"
229 stars 38 forks source link

关于Pytorch模型转换过来的VGG-16-BN #6

Open xncaffe opened 5 years ago

xncaffe commented 5 years ago

您在论文中为了验证BN对从头开始的训练的作用要比使用ImageNet预训练模型微调更有效,从而在原始VGG-16 backbone中添加BN,然后在ImageNet上进行VGG16-BN backbone的预训练,您论文中说的这个预训练模型您是使用Pytorch官方的model转化而来。我想向您训练该模型的下载地址,恳请您告知,万分感谢。

dby2017 commented 5 years ago

https://github.com/pytorch/vision