Skip to content

Port of Single Shot MultiBox Detector to Keras

License

Notifications You must be signed in to change notification settings

otsuboabcd/ssd_keras

This branch is up to date with rykov8/ssd_keras:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Andrey Rykov
Mar 7, 2017
a560b91 · Mar 7, 2017

History

34 Commits
Jan 16, 2017
Nov 24, 2016
Nov 29, 2016
Nov 24, 2016
Nov 4, 2016
Mar 7, 2017
Nov 28, 2016
Mar 7, 2017
Nov 21, 2016
Nov 24, 2016
Nov 28, 2016
Nov 21, 2016
Feb 17, 2017
Dec 2, 2016

Repository files navigation

license

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 v1.2.2, Tensorflow v1.0.0, OpenCV v3.1.0-dev

About

Port of Single Shot MultiBox Detector to Keras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.3%
  • Python 1.7%