mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 20:15:21 +00:00
Merge pull request #440 from renhaa/patch-1
Fix typo in analyze docstring
This commit is contained in:
commit
466037ef5e
@ -280,7 +280,7 @@ def analyze(img_path, actions = ('emotion', 'age', 'gender', 'race') , models =
|
|||||||
models['age'] = DeepFace.build_model('Age')
|
models['age'] = DeepFace.build_model('Age')
|
||||||
models['gender'] = DeepFace.build_model('Gender')
|
models['gender'] = DeepFace.build_model('Gender')
|
||||||
models['emotion'] = DeepFace.build_model('Emotion')
|
models['emotion'] = DeepFace.build_model('Emotion')
|
||||||
models['race'] = DeepFace.build_model('race')
|
models['race'] = DeepFace.build_model('Race')
|
||||||
|
|
||||||
enforce_detection (boolean): The function throws exception if a face could not be detected. Set this to True if you don't want to get exception. This might be convenient for low resolution images.
|
enforce_detection (boolean): The function throws exception if a face could not be detected. Set this to True if you don't want to get exception. This might be convenient for low resolution images.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user