From afa4378b01aaef96b3a9b14c1b013ac690365b2e Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Fri, 4 Dec 2020 18:22:26 +0300 Subject: [PATCH] age gender accuracies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c74411..ad60c39 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ print(obj["age"]," years old ",obj["dominant_race"]," ",obj["dominant_emotion"],

+Herein, age model got ± 4.65 MAE; gender model got 97.44% accuracy, 96.29% precision and 95.05% recall as mentioned in its [tutorial](https://sefiks.com/2019/02/13/apparent-age-and-gender-prediction-in-keras/). + **Streaming and Real Time Analysis** - [`Demo`](https://youtu.be/-c9sSJcx6wI) You can run deepface for real time videos as well.