提交 13f3b2f0 编写于 作者: A Adam Geitgey

Mention new example in README

上级 4d33eb02
...@@ -72,7 +72,7 @@ See [this example](https://github.com/ageitgey/face_recognition/blob/master/exam ...@@ -72,7 +72,7 @@ See [this example](https://github.com/ageitgey/face_recognition/blob/master/exam
## Installation ## Installation
Python 3 / Python 2 are fully supported. Only macOS and Python 3 / Python 2 are fully supported. Only macOS and
Linux are tested. I have no idea if this will work on Windows. A Linux are tested. I have no idea if this will work on Windows. A
[pre-configured VM](https://medium.com/@ageitgey/try-deep-learning-in-python-now-with-a-fully-pre-configured-vm-1d97d4c3e9b) [pre-configured VM](https://medium.com/@ageitgey/try-deep-learning-in-python-now-with-a-fully-pre-configured-vm-1d97d4c3e9b)
is also available. is also available.
...@@ -212,6 +212,7 @@ All the examples are available [here](https://github.com/ageitgey/face_recogniti ...@@ -212,6 +212,7 @@ All the examples are available [here](https://github.com/ageitgey/face_recogniti
* [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) * [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)
* [Recognize faces in live video using your webcam - Simple / Slower Version (Requires OpenCV to be installed)](https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam.py) * [Recognize faces in live video using your webcam - Simple / Slower Version (Requires OpenCV to be installed)](https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam.py)
* [Recognize faces in live video using your webcam - Faster Version (Requires OpenCV to be installed)](https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam_faster.py) * [Recognize faces in live video using your webcam - Faster Version (Requires OpenCV to be installed)](https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam_faster.py)
* [Run a web service to recognize faces via HTTP (Requires Flask to be installed)](https://github.com/ageitgey/face_recognition/blob/master/examples/web_service_example.py)
## How Face Recognition Works ## How Face Recognition Works
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册