diff --git a/CHANGELOG.md b/CHANGELOG.md index 003ccd77..5def568a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # @vladmandic/human -Version: **1.2.5** +Version: **1.3.0** Description: **Human: AI-powered 3D Face Detection, Face Description & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition** Author: **Vladimir Mandic ** @@ -9,14 +9,13 @@ Repository: **** ## Changelog -### **HEAD -> main** 2021/03/29 mandic00@live.com +### **HEAD -> main** 2021/03/30 mandic00@live.com +- initial work on face3d three.js demo - enable buffering - new icons - new serve module and demo structure - -### **origin/main** 2021/03/28 mandic00@live.com - +- move gl flags to correct location - minor rotation calculation fix - remove debug output - new face rotation calculations diff --git a/package.json b/package.json index a367a3be..d751d913 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "1.2.5", + "version": "1.3.0", "description": "Human: AI-powered 3D Face Detection, Face Description & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition", "sideEffects": false, "main": "dist/human.node.js",