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 ...
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 ...
Deep Learning based Human Pose Estimation using OpenCV
In this tutorial, Deep Learning based Human Pose Estimation using OpenCV. We will explain in detail how to use a pre-trained Caffe model that won the COCO keypoints challenge in 2016 in your own ...