mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
typo
This commit is contained in:
parent
fcccfb8179
commit
688a729d12
@ -141,7 +141,7 @@ Face recognition models are actually CNN models and they expect standard sized i
|
|||||||
|
|
||||||
[RetinaFace](https://sefiks.com/2021/04/27/deep-face-detection-with-retinaface-in-python/) and [MTCNN](https://sefiks.com/2020/09/09/deep-face-detection-with-mtcnn-in-python/) seem to overperform in detection and alignment stages but they are much slower. If the speed of your pipeline is more important, then you should use opencv or ssd. On the other hand, if you consider the accuracy, then you should use retinaface or mtcnn.
|
[RetinaFace](https://sefiks.com/2021/04/27/deep-face-detection-with-retinaface-in-python/) and [MTCNN](https://sefiks.com/2020/09/09/deep-face-detection-with-mtcnn-in-python/) seem to overperform in detection and alignment stages but they are much slower. If the speed of your pipeline is more important, then you should use opencv or ssd. On the other hand, if you consider the accuracy, then you should use retinaface or mtcnn.
|
||||||
|
|
||||||
The performance of RetinaFace is very satisfactory even in the crowd as seen in the following illustration. Besides, it comes with incredible facial landmark detection performance. Please notice that the landmarks in the detected face areas highlighted with red points. This will improve the alignment score as well.
|
The performance of RetinaFace is very satisfactory even in the crowd as seen in the following illustration. Besides, it comes with an incredible facial landmark detection performance. Please notice that the landmarks in the detected face areas highlighted with red points. This will improve the alignment score as well.
|
||||||
|
|
||||||
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/icon/retinaface-results.jpeg" width="90%" height="90%"></p>
|
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/icon/retinaface-results.jpeg" width="90%" height="90%"></p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user