Open hngskj opened 5 years ago
(boxes, scores, labels) = model.predict_detection('sample.jpg')
model = ssd_300()
is for trainingmodel.predict_detection()
is called, the DecodeDetections
layer will be added at the end of the model
.To run the test file, the pretrained model weights are needed. Download files from here, and put them in KerasObjectDetector/keras_ssd/pretraind/
folder.
Starting to add SSD model with @hngskj
Use the weights below. PASCAL VOC models: 07+12: SSD300, SSD512
Add SSD model on dev branch
Github repo: ssd_keras by @pierluigiferrari