mirror of https://github.com/vladmandic/human
update
parent
547e9fff8d
commit
c056c7ed35
|
@ -1,6 +1,6 @@
|
||||||
# @vladmandic/human
|
# @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**
|
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>**
|
Author: **Vladimir Mandic <mandic00@live.com>**
|
||||||
|
@ -9,14 +9,13 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
||||||
|
|
||||||
## Changelog
|
## 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
|
- enable buffering
|
||||||
- new icons
|
- new icons
|
||||||
- new serve module and demo structure
|
- new serve module and demo structure
|
||||||
|
- move gl flags to correct location
|
||||||
### **origin/main** 2021/03/28 mandic00@live.com
|
|
||||||
|
|
||||||
- minor rotation calculation fix
|
- minor rotation calculation fix
|
||||||
- remove debug output
|
- remove debug output
|
||||||
- new face rotation calculations
|
- new face rotation calculations
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@vladmandic/human",
|
"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",
|
"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,
|
"sideEffects": false,
|
||||||
"main": "dist/human.node.js",
|
"main": "dist/human.node.js",
|
||||||
|
|
Loading…
Reference in New Issue