Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 975 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 975 Bytes

license

Code borrowed from ssd_keras and plant to Keras 2

For more details, please refer to arXiv paper. For forward pass for 300x300 model, please, follow SSD.ipynb for examples. For training procedure for 300x300 model, please, follow SSD_training.ipynb for examples. Moreover, in testing_utils folder there is a useful script to test SSD on video or on camera input.

Weights are ported from the original models and are available here. You need weights_SSD300.hdf5, weights_300x300_old.hdf5 is for the old version of architecture with 3x3 convolution for pool6.

This code was tested with Keras 2, Tensorflow v1.1.0