Dr. Satya Mallick is an expert in Computer Vision and Machine Learning. In Feb. 2017, IBM's AI blog named him among the top 30 most influential AI experts to follow on Twitter. He has also featured in ...
Search Results for: mac os
Bias-Variance Tradeoff in Machine Learning
In this post, we will develop an intuitive sense for an important concept in Machine Learning called the Bias-Variance Tradeoff. Before we dive into the subject, allow me to go off on a tangent ...
Install OpenCV 3 on Yosemite ( OSX 10.10.x )
Life was good the last time you installed OpenCV on your Mac. You instantly brewed it and thanked the good folks at Homebrew. All it took were these few commands. Install OpenCV 2 on Mac ...
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 ...
Computer Vision for Predicting Facial Attractiveness
Most of us have looked in the mirror and wondered how good we look. But, it is often difficult to be objective while judging our own attractiveness, and we are often too embarrassed to ask for ...
How to compile OpenCV sample code ?
Let's say you want to compile and run the face detection sample code that comes with the OpenCV. This code is located at OpenCV 2.4.x : /path/to/opencv/samples/c/facedetect.cppOpenCV 3 : ...