cftang0827 / face_gender

A simple demo of gender classifier by using dlib face recognition model as a feature extractor
25 stars 6 forks source link

how do i run and check this in my system localy #1

Open LolikaPadmanbhan opened 6 years ago

LolikaPadmanbhan commented 6 years ago

hi, Am new to ML projects and git . kindly help me to get started. i have cloned the repo now what should i do to run and see the output. Thanks

cftang0827 commented 6 years ago

Hi, I wrote some simple step of environment setting, if you are new to computer vision in Python or just wanna try the lib, please follow the step https://github.com/cftang0827/gender_classifier_dlib_transfer_learning/blob/master/README.md#how-to-run-the-code-and-set-prerequisite-

And there's a simple installation script that can help you to install all the prerequisite you need to run gender classifier, face recognition and computer vision

https://github.com/ageitgey/face_recognition#installation-options

If there's any problem, please don't hesitate to let me know, thanks.

LolikaPadmanbhan commented 6 years ago

Hi, thanks for the response. i have installed dlib lib, face_recognition and gender_classifier. now i want to understand and see the logic used in detecting face land mark features and how they have computed in the dlib lib. how do i do it?