mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
typo
This commit is contained in:
parent
58a717c9ed
commit
a487d078af
@ -117,7 +117,7 @@ Face detection and alignment are important early stages of a modern face recogni
|
||||
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/icon/detector-portfolio.png" width="95%" height="95%"></p>
|
||||
|
||||
All functions in the deepface interface accept an optional detector backend input argument. You can switch among those detectors with this argument. OpenCV is the default detector.
|
||||
All deepface functions accept an optional detector backend input argument. You can switch among those detectors with this argument. OpenCV is the default detector.
|
||||
|
||||
```python
|
||||
backends = ['opencv', 'ssd', 'dlib', 'mtcnn', 'retinaface']
|
||||
|
Loading…
x
Reference in New Issue
Block a user