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 ...
Search Results for: mac os
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 : ...
MedSAM2 Explained: One Prompt to Segment Anything in Medical Imaging
Evening rush hour, a small country hospital, the scan room hums like an old fridge while a tired doctor checks the last patient of the day - a farmer who fell off his tractor and now finds it hard to ...