pull/94/head
Vladimir Mandic 2021-03-30 09:04:49 -04:00
parent 547e9fff8d
commit c056c7ed35
7 changed files with 10 additions and 11 deletions

View File

@ -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 <mandic00@live.com>**
@ -9,14 +9,13 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## 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

File diff suppressed because one or more lines are too long

2
dist/human.esm.js vendored

File diff suppressed because one or more lines are too long

2
dist/human.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/human.node.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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",