pre-built models for analyze

This commit is contained in:
Sefik Ilkin Serengil 2020-04-21 13:05:01 +03:00 committed by GitHub
parent 8d6c12bbc7
commit 1d85f82319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ models["age"] = Age.loadModel()
models["gender"] = Gender.loadModel()
models["race"] = Race.loadModel()
DeepFace.analyze("img1.jpg", models=facial_attribute_models)
DeepFace.analyze("img1.jpg", models=models)
```
# Streaming and Real Time Analysis