Posts

Showing posts from November, 2017

Face Recognition using Deep Learning

First of all I will be using https://github.com/abhising10p14/Image_processing_face_detection     So here I am going to explain how to build a face recognization model of your own.     It took me around 3-4 days of filling the required module directories and put the required openface     models and the lua in models in correct directories.So I will explain each and ever thing     so that you can save your time and don't haeve to increase the number of tabs of your browser and finally     go for a long nap :) .     What to do?     First open the face_recognization_dib.py. I have explained each and every thing and have tried my best to explain     each and every thing     You can either use dlib library or the opencv library for face detection but in my case, I got better     result from dlib. Though you should run both the file...