提交 e3d61929 编写于 作者: A Adam Geitgey

Fix rst error

上级 b7f764c8
=======
History History
======= =======
......
...@@ -206,7 +206,7 @@ depending on a black box library, [read my article](https://medium.com/@ageitgey ...@@ -206,7 +206,7 @@ depending on a black box library, [read my article](https://medium.com/@ageitgey
## Caveats ## Caveats
* The face recognition model is trained on adults does not work very well on children. It tends to mix * The face recognition model is trained on adults and does not work very well on children. It tends to mix
up children quite easy using the default comparison threshold of 0.6. up children quite easy using the default comparison threshold of 0.6.
## Thanks ## Thanks
......
...@@ -249,8 +249,8 @@ How Face Recognition Works ...@@ -249,8 +249,8 @@ How Face Recognition Works
Caveats Caveats
------- -------
- The face recognition model is trained on adults does not work very - The face recognition model is trained on adults and does not work
well on children. It tends to mix very well on children. It tends to mix
up children quite easy using the default comparison threshold of 0.6. up children quite easy using the default comparison threshold of 0.6.
Thanks Thanks
......
...@@ -23,7 +23,7 @@ test_requirements = [ ...@@ -23,7 +23,7 @@ test_requirements = [
setup( setup(
name='face_recognition', name='face_recognition',
version='0.1.5', version='0.1.6',
description="Recognize faces from Python or from the command line", description="Recognize faces from Python or from the command line",
long_description=readme + '\n\n' + history, long_description=readme + '\n\n' + history,
author="Adam Geitgey", author="Adam Geitgey",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册