Skip to content

Commit 0fe239a

Browse files
committed
edit README with results
1 parent 8cbf42a commit 0fe239a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

FaceRecognition/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ face_encoding = np.array(face_encoder.compute_face_descriptor(image, pose_landma
4040

4141
Finally, we need a classifier (Linear SVM or other classifier) to find the person in our database of known people who has the closest measurements to our test image. We train the classifier with the measurements as input.
4242

43-
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.
43+
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.
44+
45+
![Result](https://github.com/alexattia/Data-Science-Projects/blob/master/FaceRecognition/result.png)

FaceRecognition/result.png

1.1 MB
Loading

0 commit comments

Comments
 (0)