YOLO

Running Deep Learning models in OpenCV

by Ankit Sachan • July 12, 2018

The largest computer vision library OpenCV can now deploy Deep learning models from various frameworks such as Tensorflow, Caffe, Darknet, Torch. This tutorial is a step by step guide with code how I deployed YOLO-V2 model in OpenCV. OpenCV: The open source computer vision library for everyone: OpenCV has been the go-to library for computer […]

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