In this tutorial, we will discuss the various Face Detection methods in OpenCV, Dlib, and Deep Learning and compare the methods quantitatively. We will share code in C++ and Python for the following ...
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 ...