Single Shot Detector

Object Detection using Single Shot Multibox Detector

by koustubh • January 2, 2018

In a previous post, we covered various methods of object detection using deep learning. In this blog, I will cover Single Shot Multibox Detector in more details. SSD is one of the most popular object detection algorithms due to its ease of implementation and good accuracy vs computation required ratio. Work proposed by Christian Szegedy […]

Continue Reading

Zero to Hero: Guide to Object Detection using Deep Learning: Faster R-CNN,YOLO,SSD

by Ankit Sachan • December 28, 2017

In this post, I shall explain object detection and various algorithms like Faster R-CNN, YOLO, SSD. We shall start from beginners’ level and go till the state-of-the-art in object detection, understanding the intuition, approach and salient features of each method. What is Image Classification?: Image classification takes an image and predicts the object in an […]

Continue Reading