March 2019
Intermediate to advanced
538 pages
13h 38m
English
The SSD algorithm is called single shot because it predicts the bounding box and the class simultaneously as it processes the image in the same deep learning model. Basically, the architecture is summarized in the following steps:
The model architecture looks like this:
SSD is used for predicting multiple classes similar to that in YOLO, ...