Fading Coder

One Final Commit for the Last Sprint

SSD Object Detection: Single Shot MultiBox Detector

Understanding Object Detection The primary task of object detection is to locate and classify objects within images. Current mainstream object detection algorithms can be categorized into two approaches: Two-stage methods: Such as the RCNN family, which generate region proposals and then classify an...