Can we distinguish one person from another by looking at the face? We can probably list several features such as eye color, hairstyle, skin tone, the shape of the nose and eyebrows, etc. Some ...
Fast Image Downloader for Open Images V4
Last year, Google released a publicly available dataset called Open Images V4 which contains 15.4M annotated bounding boxes for over 600 object categories. It has 1.9M images and is largest among all ...
Implementing an MLP in TensorFlow & Keras
In this post, we will introduce several new concepts associated with the general problem of classification involving more than two classes. This is sometimes referred to as multinomial regression or ...
Handwritten Digits Classification : An OpenCV ( C++ / Python ) Tutorial
This post is part of a series I am writing on Image Recognition and Object Detection. The complete list of tutorials in this series is given below: Image recognition using traditional Computer ...
Image Recognition and Object Detection : Part 1
This is a multipart post on image recognition and object detection. In this part, we will briefly explain image recognition using traditional computer vision techniques. I refer to techniques that ...