mirror of https://github.com/vladmandic/human
strong typing for public classes and hide private classes
parent
74ad5a2837
commit
3b984fdd35
|
@ -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
|
||||||
|
|
|
@ -108,6 +108,10 @@ As presented in the demo application...
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
**468-Point Face Mesh Defails:**
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
<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
|
||||||
|
|
4
TODO.md
4
TODO.md
|
@ -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
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit 5783a9557fef7ffc03a628bafa683c3f7c511404
|
Subproject commit 8d403c2d9d0185ead9897e7177f460b25b95b3b6
|
Loading…
Reference in New Issue