mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 20:15:21 +00:00
typo
This commit is contained in:
parent
afa4378b01
commit
a763b2e7d1
@ -177,7 +177,7 @@ for model_name in models:
|
|||||||
models = {}
|
models = {}
|
||||||
actions = ['Age', 'Gender', 'Emotion', 'Race']
|
actions = ['Age', 'Gender', 'Emotion', 'Race']
|
||||||
for action in actions:
|
for action in actions:
|
||||||
models[action.lower()] = DeepFace.build_model(action)
|
models[action.lower()] = DeepFace.build_model(action)
|
||||||
DeepFace.analyze("img1.jpg", models=models)
|
DeepFace.analyze("img1.jpg", models=models)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user