mirror of https://github.com/vladmandic/human
updated changelog
parent
343eedc6b4
commit
5aaacab973
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
# @vladmandic/human
|
# @vladmandic/human
|
||||||
|
|
||||||
Version: **0.7.3**
|
Version: **0.8.1**
|
||||||
Description: **human: 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, Age & Gender Prediction, Emotion Prediction & Gesture Recognition**
|
Description: **human: 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, Age & Gender Prediction, Emotion Prediction & Gesture Recognition**
|
||||||
|
|
||||||
Author: **Vladimir Mandic <mandic00@live.com>**
|
Author: **Vladimir Mandic <mandic00@live.com>**
|
||||||
|
@ -10,7 +10,31 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### **HEAD -> main** 2020/11/05 mandic00@live.com
|
### **HEAD -> main** 2020/11/07 mandic00@live.com
|
||||||
|
|
||||||
|
### **0.8.1** 2020/11/07 mandic00@live.com
|
||||||
|
- fix hand detection performance
|
||||||
|
- optimized model loader
|
||||||
|
|
||||||
|
### **origin/main, origin/HEAD** 2020/11/07 mandic00@live.com
|
||||||
|
- merge branch 'main' of https://github.com/vladmandic/human into main
|
||||||
|
- created wiki
|
||||||
|
- delete bug_report.md
|
||||||
|
- optimize font resizing
|
||||||
|
- fix nms sync call
|
||||||
|
|
||||||
|
### **0.7.6** 2020/11/06 mandic00@live.com
|
||||||
|
- fixed memory leaks and updated docs
|
||||||
|
- model tuning
|
||||||
|
- cache invalidation improvements
|
||||||
|
- full async operations
|
||||||
|
|
||||||
|
### **0.7.5** 2020/11/05 mandic00@live.com
|
||||||
|
- implemented dev-server
|
||||||
|
|
||||||
|
### **0.7.4** 2020/11/05 mandic00@live.com
|
||||||
|
- fix canvas size on different orientation
|
||||||
|
- switched from es2020 to es2018 build target
|
||||||
|
|
||||||
### **0.7.3** 2020/11/05 mandic00@live.com
|
### **0.7.3** 2020/11/05 mandic00@live.com
|
||||||
- optimized camera and mobile layout
|
- optimized camera and mobile layout
|
||||||
|
|
Loading…
Reference in New Issue