From 945d6e4817efb2050cff1ca214b84c9edfb78921 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 21 Jun 2020 23:25:06 +0300 Subject: [PATCH] ensemble stock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 141b9cd..32cb941 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ for metric in metrics: A face recognition task can be handled by several models and similarity metrics. Herein, deepface offers a [special boosting and combination solution](https://sefiks.com/2020/06/03/mastering-face-recognition-with-ensemble-learning/) to improve the accuracy of a face recognition task. This provides a huge improvement on accuracy metrics but it runs much slower than single models. -

+

```python resp_obj = DeepFace.verify("img1.jpg", "img2.jpg", model_name = "Ensemble")