In this post, we will learn how to squeeze the maximum performance out of OpenCV's Deep Neural Network (DNN) module using Intel's OpenVINO toolkitpost, we compared the performance of OpenCV and other ...
January 6, 2019
Leave a Comment
Face Detection – Dlib, OpenCV, and Deep Learning ( C++ / Python )
October 22, 2018
37 Comments
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 ...
Multi Person Pose Estimation in OpenCV using OpenPose
September 11, 2018
55 Comments
In our previous post, we used the OpenPose model to perform Human Pose Estimation for a single person. In this post, we will discuss how to perform multi person pose estimation. When there are ...