Concept

Single Shot Multibox Detector

Similar to YOLO, the SSD only uses a single forward pass for object detection and localization. What makes it different is it uses a multibox technique for determining bounding boxes which is a fast class-agnostic bounding box coordinate proposal.

0

1

Updated 2021-10-16

Tags

Data Science