Tag: #FaceDetection

My Tech World

DAY 97-100 DAYS MLCODE: Emotion detection using Keras

In the previous blog, we discussed HOG for classification, in this blog we’ll try to develop an Emotion detection in an image. Kaggle has challege of Emotion detection. Let’s start by downloading the data from here, this data was related to Facial Expression Recognition Challenge of Kaggle. Following files downloaded : adc.json example_submission.csv fer2013.tar.gz Unzip the tar…
Read more


February 17, 2019 0

DAY 96-100 DAYS MLCODE: Classification using HOG

In the previous blog, we discussed HOG, in this blog we’ll try to see HOG in action. Let’s develop a classifier using HOG. Let’s download the faces from the Labeled Faces in the Wild dataset, which we can downloaded by Scikit-Learn: Now download some none face images. We can take input images, and extract thumbnails…
Read more


February 16, 2019 0