YOLO (Part 3) Non Maxima Suppression (NMS)

In my previous articles on YOLO we saw how to use this network … but when we apply this algorithm on complex images we quickly see that multiple detections are made for the same objects. We will see in this article how to remove these duplicate frames with the so-called NMS technique.

YOLO (Part 3) Non Maxima Suppression (NMS) Read More

YOLO (Part 1) Introduction with Darknet

We will see in this article, how with the YOLO neural network we can very simply detect several objects in a photo. The objective is not to go into the details of the implementation of this neural network (much more complex than a simple sequential CNN) but rather to show how to use the implementation which was carried out in C ++ and which is called Darknet.

YOLO (Part 1) Introduction with Darknet Read More

Image processing (part 6) Filters & Convolution

We will discuss in this post a kind of filters widely used by all images software (such as Photoshop or Gimp). In fact and to go further (without “sploiling” the following posts either) this convolution principle will also be widely used by neural networks (Deep Learning) … but we will see that later. First of all, let’s focus on the principle of these convolution filters.

Image processing (part 6) Filters & Convolution Read More

Fork me on GitHub