From c779635471927837c7098874835b326f5816b21d Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 29 Jan 2021 10:26:43 -0500 Subject: [PATCH] update for tfjs 3.0.0 --- Change-Log.md | 8 +++++--- Install.md | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Change-Log.md b/Change-Log.md index 8645fce..a3e3f95 100644 --- a/Change-Log.md +++ b/Change-Log.md @@ -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 ** @@ -10,9 +10,11 @@ Repository: **** ## 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 diff --git a/Install.md b/Install.md index effac1c..a4d8144 100644 --- a/Install.md +++ b/Install.md @@ -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*