Faster-RCNN

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
Object detection for image search and computer vision using deep larning

Object Detection using Deep Learning for advanced users (Part-1)

by koustubh • December 24, 2016

Prologue:This is a three part series which will elaborate on Object Detection in images using Convolutional Neural Networks (CNN). First part will deal with groundbreaking papers in detection. Second part will give an overview on some of the fancier methodologies that have been published recently. Third part will be about one of our more sophisticated methods […]

Continue Reading