From a487d078afe889c46bda3843bdadbbc9f5d1a5da Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 23 Dec 2021 16:48:59 +0300 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']