rykov8 / ssd_keras

Port of Single Shot MultiBox Detector to Keras
MIT License
1.1k stars 553 forks source link

[question]How to pre-train? What dataset should we use? #48

Open KevinYuk opened 7 years ago

KevinYuk commented 7 years ago

Hi rykov8,

Do you know how to pre-train the vgg part in ssd network? And what dataset do you use to do that?

Thanks a lot.

rykov8 commented 7 years ago

@KevinYuk the authors use this model. I'm not sure, but I suppose that it is pre-trained on ImageNet, but you'd better check.

KevinYuk commented 7 years ago

@rykov8 OK. Thanks for your reply. I'll try that.