You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ See [this example](https://github.com/ageitgey/face_recognition/blob/master/exam
200
200
201
201
All the examples are available [here](https://github.com/ageitgey/face_recognition/tree/master/examples).
202
202
203
-
*[Find faces in an photograph](https://github.com/ageitgey/face_recognition/blob/master/examples/find_faces_in_picture.py)
203
+
*[Find faces in a photograph](https://github.com/ageitgey/face_recognition/blob/master/examples/find_faces_in_picture.py)
204
204
*[Identify specific facial features in a photograph](https://github.com/ageitgey/face_recognition/blob/master/examples/find_facial_features_in_picture.py)
205
205
*[Apply (horribly ugly) digital make-up](https://github.com/ageitgey/face_recognition/blob/master/examples/digital_makeup.py)
206
206
*[Find and recognize unknown faces in a photograph based on photographs of known people](https://github.com/ageitgey/face_recognition/blob/master/examples/recognize_faces_in_pictures.py)
@@ -212,7 +212,7 @@ depending on a black box library, [read my article](https://medium.com/@ageitgey
212
212
213
213
## Caveats
214
214
215
-
* The face recognition model is trained on adults and does not work very well on children. It tends to mix
215
+
* The face recognition model is trained on adults and does not work very well on children. It tends to mix
216
216
up children quite easy using the default comparison threshold of 0.6.
0 commit comments