diff --git a/README.md b/README.md index 665bd7e..1662b81 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Face detection and alignment are important early stages of a modern face recogni

-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']