diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ef387c7..519047f 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,23 +4,54 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
@@ -28,8 +59,11 @@
-
-
+
+
+
+
+
@@ -37,8 +71,8 @@
-
-
+
+
@@ -46,6 +80,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -54,7 +102,7 @@
-
+
@@ -74,9 +122,9 @@
-
-
-
+
+
+
@@ -85,7 +133,6 @@
-
@@ -107,6 +154,7 @@
+
@@ -121,12 +169,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
1538622047029
@@ -135,21 +260,21 @@
-
+
-
+
-
+
-
+
@@ -157,6 +282,9 @@
+
+
+
@@ -177,24 +305,35 @@
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -203,22 +342,12 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/README.rst b/README.rst
index d490c7e..1c430e6 100644
--- a/README.rst
+++ b/README.rst
@@ -29,10 +29,17 @@ Detect and recognize single/multi-faces from camera;
:align: center
当多张人脸 / When multi-faces:
-
+
+ 一张已录入人脸 + 未录入 unknown 人脸:
+
.. image:: introduction/face_reco_two_people.png
:align: center
+ 同时识别多张已录入人脸:
+
+ .. image:: introduction/face_reco_two_people_in_database.png
+ :align: center
+
** 关于精度 / About accuracy:
* When using a distance threshold of ``0.6``, the dlib model obtains an accuracy of ``99.38%`` on the standard LFW face recognition benchmark.
diff --git a/introduction/face_reco_two_people_in_database.png b/introduction/face_reco_two_people_in_database.png
new file mode 100644
index 0000000..4a8222e
Binary files /dev/null and b/introduction/face_reco_two_people_in_database.png differ