Deep Learning, Python

Real Time Object Recognition with OpenCV | Python | Deep Learning – Caffe Model

In this tutorial, we are going to build an application which is going to be able to recognize certain objects.

First of all, we are going to use a pretrained model that was trained using Cafee. Caffe is a Deep Learning Framework created by Facebook which allows us to create Deep Learning models. The model that was used is a Convolutional Neural Network.

A Convolutional Neural Network is a Deep Learning Architecture that is used for image recognition. This architecture has several variants some are better than others recognizing objects. You will choose a certain architecture depending on your needs, but basically, all have the same architecture.

Resultado de imagen para convolutional neural network

Continue reading