full models signature

pull/293/head
Vladimir Mandic 2021-03-17 09:01:59 -04:00
parent 87c8ce6bfe
commit 467271ab1a
6 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# @vladmandic/human
Version: **1.1.6**
Version: **1.1.7**
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>**
@ -9,8 +9,12 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## Changelog
### **HEAD -> main** 2021/03/15 mandic00@live.com
### **HEAD -> main** 2021/03/16 mandic00@live.com
### **1.1.7** 2021/03/16 mandic00@live.com
- fix for seedrandom
- custom typedoc
### **1.1.6** 2021/03/15 mandic00@live.com

View File

@ -1,6 +1,6 @@
{
"format": "graph-model",
"generatedBy": "2.3.0",
"generatedBy": "https://github.com/google/mediapipe",
"convertedBy": "https://github.com/vladmandic",
"userDefinedMetadata":
{

View File

@ -1,6 +1,6 @@
{
"format": "graph-model",
"generatedBy": "2.3.1",
"generatedBy": "https://github.com/oarriaga/face_classification",
"convertedBy": "https://github.com/vladmandic",
"userDefinedMetadata":
{

View File

@ -1,6 +1,6 @@
{
"format": "graph-model",
"generatedBy": "1.15.0",
"generatedBy": "https://github.com/google/mediapipe",
"convertedBy": "https://github.com/vladmandic",
"userDefinedMetadata":
{

View File

@ -1,6 +1,6 @@
{
"format": "graph-model",
"generatedBy": "2.4.0",
"generatedBy": "https://github.com/google/mediapipe",
"convertedBy": "https://github.com/vladmandic",
"userDefinedMetadata":
{

View File

@ -61,7 +61,7 @@
"@vladmandic/pilogger": "^0.2.14",
"chokidar": "^3.5.1",
"dayjs": "^1.10.4",
"esbuild": "^0.9.2",
"esbuild": "^0.9.3",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",