mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
making ensemble stock small
This commit is contained in:
parent
945d6e4817
commit
69ad8bd953
@ -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.
|
||||
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/icon/stock-4.jpg" width="80%" height="80%"></p>
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/icon/stock-4.jpg" width="70%" height="70%"></p>
|
||||
|
||||
```python
|
||||
resp_obj = DeepFace.verify("img1.jpg", "img2.jpg", model_name = "Ensemble")
|
||||
|
Loading…
x
Reference in New Issue
Block a user