In this tutorial, we will discuss an interesting application of Deep Learning applied to faces. We will estimate the age and figure out the gender of the person from a single image. The model is ...
Deep Learning based Text Detection Using OpenCV (C++/Python)
There is a common saying, "A picture is worth a thousand words". In this post, we are going to take that literally and try to find the words in a picture! In an earlier post about Text Recognition, we ...
Deep learning based Object Detection and Instance Segmentation using Mask RCNN in OpenCV (Python / C++)
A few weeks back we wrote a post on Object detection using YOLOv3. In this post we will discuss Mask RCNN in OpenCV. The output of an object detector is an array of bounding boxes around ...
Deep Learning based Object Detection using YOLOv3 with OpenCV ( Python / C++ )
In this post, we will learn how to use YOLOv3 --- a state of the art object detector -- with OpenCV. YOLOv3 is the latest variant of a popular object detection algorithm YOLO - You Only Look Once. ...
Convolutional Neural Network, CNN based Image Colorization using OpenCV
Sometimes technology enhances art. Sometimes it vandalizes art. Colorizing black and white films is a very old idea dating back to 1902. For decades many movie creators opposed the idea of ...