mirror of https://github.com/vladmandic/human
update todo
parent
25a98c1cce
commit
aabe01f9b0
|
@ -1,6 +1,6 @@
|
||||||
# @vladmandic/human
|
# @vladmandic/human
|
||||||
|
|
||||||
Version: **2.1.3**
|
Version: **2.1.4**
|
||||||
Description: **Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition**
|
Description: **Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition**
|
||||||
|
|
||||||
Author: **Vladimir Mandic <mandic00@live.com>**
|
Author: **Vladimir Mandic <mandic00@live.com>**
|
||||||
|
@ -9,7 +9,11 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### **HEAD -> main** 2021/08/18 mandic00@live.com
|
### **2.1.4** 2021/08/19 mandic00@live.com
|
||||||
|
|
||||||
|
- add static type definitions to main class
|
||||||
|
|
||||||
|
### **origin/main** 2021/08/18 mandic00@live.com
|
||||||
|
|
||||||
- rebuild full
|
- rebuild full
|
||||||
- improve face box caching
|
- improve face box caching
|
||||||
|
|
4
TODO.md
4
TODO.md
|
@ -7,6 +7,10 @@ WebGL shader optimizations for faster load and initial detection
|
||||||
- Implement WebGL uniforms for shaders: <https://github.com/tensorflow/tfjs/issues/5205>
|
- Implement WebGL uniforms for shaders: <https://github.com/tensorflow/tfjs/issues/5205>
|
||||||
- Fix shader packing: <https://github.com/tensorflow/tfjs/issues/5343>
|
- Fix shader packing: <https://github.com/tensorflow/tfjs/issues/5343>
|
||||||
|
|
||||||
|
MoveNet MultiPose Model: <https://github.com/vladmandic/movenet>
|
||||||
|
|
||||||
|
- Implementation is ready, but model is 2x size and 0.5x performance
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
## Exploring
|
## Exploring
|
||||||
|
|
Loading…
Reference in New Issue