@@ -99,7 +99,7 @@ Next, you need a second folder with the files you want to identify:
99
99
100
100
![ unknown] ( https://cloud.githubusercontent.com/assets/896692/23582465/81f422f8-00df-11e7-8b0d-75364f641f58.png )
101
101
102
- Then in you simply run the commnad ` face_recognition ` , passing in
102
+ Then in you simply run the command ` face_recognition ` , passing in
103
103
the folder of known people and the folder (or single image) with unknown
104
104
people and it tells you who is in each image:
105
105
@@ -213,10 +213,10 @@ depending on a black box library, [read my article](https://medium.com/@ageitgey
213
213
214
214
* Many, many thanks to [ Davis King] ( https://github.com/davisking ) ([ @nulhom ] ( https://twitter.com/nulhom ) )
215
215
for creating dlib and for providing the trained facial feature detection and face encoding models
216
- used in this library. For more information on the ResNet the powers the face encodings, check out
216
+ used in this library. For more information on the ResNet that powers the face encodings, check out
217
217
his [ blog post] ( http://blog.dlib.net/2017/02/high-quality-face-recognition-with-deep.html ) .
218
- * Everyone who works on all the awesome Python data science libraries like numpy, scipy, scikit-image,
218
+ * Thanks to everyone who works on all the awesome Python data science libraries like numpy, scipy, scikit-image,
219
219
pillow, etc, etc that makes this kind of stuff so easy and fun in Python.
220
- * [ Cookiecutter] ( https://github.com/audreyr/cookiecutter ) and the
220
+ * Thanks to [ Cookiecutter] ( https://github.com/audreyr/cookiecutter ) and the
221
221
[ audreyr/cookiecutter-pypackage] ( https://github.com/audreyr/cookiecutter-pypackage ) project template
222
222
for making Python project packaging way more tolerable.
0 commit comments