mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
face detectors
This commit is contained in:
parent
e8a37f21cc
commit
016bfc3438
@ -104,6 +104,8 @@ for backend in backends:
|
||||
demography = DeepFace.analyze("img4.jpg", detector_backend = backend)
|
||||
```
|
||||
|
||||
[MTCNN](https://sefiks.com/2020/09/09/deep-face-detection-with-mtcnn-in-python/) seems to overperform in detection and alignment stages but it is slower than [SSD](https://sefiks.com/2020/08/25/deep-face-detection-with-opencv-in-python/).
|
||||
|
||||
**Streaming and Real Time Analysis** - [`Demo`](https://youtu.be/-c9sSJcx6wI)
|
||||
|
||||
You can run deepface for real time videos as well.
|
||||
|
Loading…
x
Reference in New Issue
Block a user