mirror of
https://github.com/serengil/deepface.git
synced 2025-06-09 12:57:08 +00:00
Removed typo from code
This commit is contained in:
parent
90a0282ed9
commit
aa96a76cb2
@ -234,7 +234,7 @@ def verify(
|
|||||||
|
|
||||||
|
|
||||||
def analyze(
|
def analyze(
|
||||||
img_path: Union[str, np.ndarray],,
|
img_path: Union[str, np.ndarray],
|
||||||
actions: Tuple[str, ...] = ("emotion", "age", "gender", "race"),
|
actions: Tuple[str, ...] = ("emotion", "age", "gender", "race"),
|
||||||
enforce_detection: bool = True,
|
enforce_detection: bool = True,
|
||||||
detector_backend: str = "opencv",
|
detector_backend: str = "opencv",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user