diff --git a/README.md b/README.md index d0ce363..94b94c2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ result = DeepFace.verify("img1.jpg", "img2.jpg") print("Is verified: ", result["verified"]) ``` -

+

Each call of verification function builds a face recognition model from scratch and this is a costly operation. If you are going to verify multiple faces sequentially, then you should pass an array of faces to verification function to speed the operation up. In this way, complex face recognition models will be built once.