mirror of https://github.com/vladmandic/human
full models signature
parent
b92474954a
commit
a0cf463f03
|
@ -1,6 +1,6 @@
|
||||||
# @vladmandic/human
|
# @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**
|
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>**
|
Author: **Vladimir Mandic <mandic00@live.com>**
|
||||||
|
@ -9,8 +9,12 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
||||||
|
|
||||||
## Changelog
|
## 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
|
- custom typedoc
|
||||||
|
|
||||||
### **1.1.6** 2021/03/15 mandic00@live.com
|
### **1.1.6** 2021/03/15 mandic00@live.com
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"format": "graph-model",
|
"format": "graph-model",
|
||||||
"generatedBy": "2.3.0",
|
"generatedBy": "https://github.com/google/mediapipe",
|
||||||
"convertedBy": "https://github.com/vladmandic",
|
"convertedBy": "https://github.com/vladmandic",
|
||||||
"userDefinedMetadata":
|
"userDefinedMetadata":
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"format": "graph-model",
|
"format": "graph-model",
|
||||||
"generatedBy": "2.3.1",
|
"generatedBy": "https://github.com/oarriaga/face_classification",
|
||||||
"convertedBy": "https://github.com/vladmandic",
|
"convertedBy": "https://github.com/vladmandic",
|
||||||
"userDefinedMetadata":
|
"userDefinedMetadata":
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"format": "graph-model",
|
"format": "graph-model",
|
||||||
"generatedBy": "1.15.0",
|
"generatedBy": "https://github.com/google/mediapipe",
|
||||||
"convertedBy": "https://github.com/vladmandic",
|
"convertedBy": "https://github.com/vladmandic",
|
||||||
"userDefinedMetadata":
|
"userDefinedMetadata":
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"format": "graph-model",
|
"format": "graph-model",
|
||||||
"generatedBy": "2.4.0",
|
"generatedBy": "https://github.com/google/mediapipe",
|
||||||
"convertedBy": "https://github.com/vladmandic",
|
"convertedBy": "https://github.com/vladmandic",
|
||||||
"userDefinedMetadata":
|
"userDefinedMetadata":
|
||||||
{
|
{
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
"@vladmandic/pilogger": "^0.2.14",
|
"@vladmandic/pilogger": "^0.2.14",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
"dayjs": "^1.10.4",
|
"dayjs": "^1.10.4",
|
||||||
"esbuild": "^0.9.2",
|
"esbuild": "^0.9.3",
|
||||||
"eslint": "^7.22.0",
|
"eslint": "^7.22.0",
|
||||||
"eslint-config-airbnb-base": "^14.2.1",
|
"eslint-config-airbnb-base": "^14.2.1",
|
||||||
"eslint-plugin-import": "^2.22.1",
|
"eslint-plugin-import": "^2.22.1",
|
||||||
|
|
Loading…
Reference in New Issue