Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Changed
  • Loading branch information
connectaditya committed Apr 25, 2020
commit 9403993141c06ff38250e2c1c3881bd74b870b4c
4 changes: 2 additions & 2 deletions FaceRecognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Modern face recognition with deep learning and HOG algorithm.

1. Find faces in image (HOG Algorithm)
1. Find faces in image (HOG Algorithm)
2. Affine Transformations (Face alignment using an ensemble of regression
trees)
3. Encoding Faces (FaceNet)
Expand Down Expand Up @@ -42,4 +42,4 @@ Finally, we need a classifier (Linear SVM or other classifier) to find the perso

Thanks to Adam Geitgey who wrote a great [post](https://medium.com/@ageitgey/machine-learning-is-fun-part-4-modern-face-recognition-with-deep-learning-c3cffc121d78) about this, I followed his pipeline.

![Result](https://github.com/alexattia/Data-Science-Projects/blob/master/FaceRecognition/result.png)
![Result](https://github.com/alexattia/Data-Science-Projects/blob/master/FaceRecognition/result.png)