mirror of
https://github.com/serengil/deepface.git
synced 2025-06-08 20:45:22 +00:00
Typo fixed in README.md
This commit is contained in:
parent
2e744581b8
commit
53d6f3bcd2
@ -66,7 +66,7 @@ demography = DeepFace.analyze("img4.jpg") #passing nothing as 2nd argument will
|
||||
print("Age: ", demography["age"])
|
||||
print("Gender: ", demography["gender"])
|
||||
print("Emotion: ", demography["dominant_emotion"])
|
||||
print("Emotion: ", demography["dominant_race"])
|
||||
print("Race: ", demography["dominant_race"])
|
||||
```
|
||||
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/tests/dataset/test-case-3.jpg" width="95%" height="95%"></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user