From 3b984fdd35a25172424f743cd7feddd3323a83b5 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 10 Mar 2021 10:02:52 -0500 Subject: [PATCH] strong typing for public classes and hide private classes --- CHANGELOG.md | 7 +++++++ README.md | 4 ++++ TODO.md | 4 +++- wiki | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341405df..e6d1cb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ Repository: **** ## Changelog +### **HEAD -> main** 2021/03/10 mandic00@live.com + +- enhanced age, gender, emotion detection + +### **origin/main** 2021/03/09 mandic00@live.com + + ### **1.0.2** 2021/03/09 mandic00@live.com - remove blazeface-front, blazepose-upper, faceboxes diff --git a/README.md b/README.md index 759e6b08..616259a0 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,10 @@ As presented in the demo application... ![Example Using WebCam](assets/screenshot-webcam.jpg) +**468-Point Face Mesh Defails:** + +![FaceMesh](assets/facemesh.png) +


Example simple app that uses Human to process video input and diff --git a/TODO.md b/TODO.md index 24b1866a..53182326 100644 --- a/TODO.md +++ b/TODO.md @@ -3,4 +3,6 @@ - Strong typing - Build Face embedding database - Dynamic sample processing -- Explore EfficientPose: +- Explore EfficientPose + + diff --git a/wiki b/wiki index 5783a955..8d403c2d 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 5783a9557fef7ffc03a628bafa683c3f7c511404 +Subproject commit 8d403c2d9d0185ead9897e7177f460b25b95b3b6