mirror of https://github.com/vladmandic/human
update for tfjs 3.0.0
parent
0d8b34bf8a
commit
c779635471
|
@ -1,7 +1,7 @@
|
|||
|
||||
# @vladmandic/human
|
||||
|
||||
Version: **0.10.1**
|
||||
Version: **0.11.1**
|
||||
Description: **Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition**
|
||||
|
||||
Author: **Vladimir Mandic <mandic00@live.com>**
|
||||
|
@ -10,9 +10,11 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> main, tag: v0.10.1** 2021/01/20 mandic00@live.com
|
||||
### **HEAD -> main, tag: v0.11.1** 2021/01/29 mandic00@live.com
|
||||
|
||||
### **origin/main, origin/HEAD** 2021/01/18 mandic00@live.com
|
||||
### **tag: v0.10.2, origin/main, origin/HEAD** 2021/01/22 mandic00@live.com
|
||||
|
||||
### **tag: v0.10.1** 2021/01/20 mandic00@live.com
|
||||
|
||||
### **0.9.26** 2021/01/18 mandic00@live.com
|
||||
- fix face detection when mesh is disabled
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
**Important**
|
||||
|
||||
*The packaged version of `Human` includes `TensorFlow/JS (TFJS) 2.8.0` library which can be accessed via `human.tf`*
|
||||
*The packaged version of `Human` includes `TensorFlow/JS (TFJS) 3.0.0` library which can be accessed via `human.tf`*
|
||||
|
||||
*You should NOT manually load another instance of `tfjs` unless you're using specific `.nobudle` edition of `Human,
|
||||
but if you do, be aware of possible version conflicts*
|
||||
|
|
Loading…
Reference in New Issue