From 01aa0a7a2546e70b52d2495ce9ed9f512641c921 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Wed, 26 Feb 2020 14:59:44 +0300 Subject: [PATCH] facenet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb1aefb..e5aa327 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ openface_result = DeepFace.verify("img1.jpg", "img2.jpg", model_name = "OpenFace deepface_result = DeepFace.verify("img1.jpg", "img2.jpg", model_name = "DeepFace") ``` -VGG-Face has the highest accuracy score but it is not convenient for real time studies because of its complex structure. Facenet is a complex model as well. On the other hand, OpenFace has a close accuracy score but it performs the fastest. That's why, OpenFace is much more convenient for real time studies. +VGG-Face has the highest accuracy score but it is not convenient for real time studies because of its complex structure. FaceNet is a complex model as well. On the other hand, OpenFace has a close accuracy score but it performs the fastest. That's why, OpenFace is much more convenient for real time studies. ## Similarity