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