strong typing for public classes and hide private classes

pull/280/head
Vladimir Mandic 2021-03-10 10:02:52 -05:00
parent 74ad5a2837
commit 3b984fdd35
4 changed files with 15 additions and 2 deletions

View File

@ -9,6 +9,13 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## Changelog ## 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 ### **1.0.2** 2021/03/09 mandic00@live.com
- remove blazeface-front, blazepose-upper, faceboxes - remove blazeface-front, blazepose-upper, faceboxes

View File

@ -108,6 +108,10 @@ As presented in the demo application...
![Example Using WebCam](assets/screenshot-webcam.jpg) ![Example Using WebCam](assets/screenshot-webcam.jpg)
**468-Point Face Mesh Defails:**
![FaceMesh](assets/facemesh.png)
<br><hr><br> <br><hr><br>
Example simple app that uses Human to process video input and Example simple app that uses Human to process video input and

View File

@ -3,4 +3,6 @@
- Strong typing - Strong typing
- Build Face embedding database - Build Face embedding database
- Dynamic sample processing - Dynamic sample processing
- Explore EfficientPose: <https://github.com/daniegr/EfficientPose> <https://github.com/PINTO0309/PINTO_model_zoo/tree/main/084_EfficientPose> - Explore EfficientPose
<https://github.com/daniegr/EfficientPose>
<https://github.com/PINTO0309/PINTO_model_zoo/tree/main/084_EfficientPose>

2
wiki

@ -1 +1 @@
Subproject commit 5783a9557fef7ffc03a628bafa683c3f7c511404 Subproject commit 8d403c2d9d0185ead9897e7177f460b25b95b3b6