full models signature

pull/91/head
Vladimir Mandic 2021-03-17 09:01:59 -04:00
parent 12a5c8d5bc
commit df74201815
23 changed files with 1119 additions and 28 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

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.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 @@
{
"format": "graph-model",
"generatedBy": "2.3.1",
"generatedBy": "https://github.com/shamangary/SSR-Net",
"convertedBy": "https://github.com/vladmandic",
"userDefinedMetadata":
{

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.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.1",
"generatedBy": "https://github.com/google/mediapipe",
"convertedBy": "https://github.com/vladmandic",
"signature":
{

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.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": "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

@ -1,6 +1,6 @@
{
"format": "graph-model",
"generatedBy": "2.4.1",
"generatedBy": "https://github.com/becauseofAI/MobileFace",
"convertedBy": "https://github.com/vladmandic",
"signature":
{

BIN
models/nanodet.bin Normal file

Binary file not shown.

1087
models/nanodet.json Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"format": "graph-model",
"generatedBy": "2.0.0-dev20190603",
"generatedBy": "https://github.com/tensorflow/tfjs-models",
"convertedBy": "https://github.com/vladmandic",
"modelTopology":
{

14
package-lock.json generated
View File

@ -26,7 +26,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",
@ -1397,9 +1397,9 @@
}
},
"node_modules/esbuild": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.9.2.tgz",
"integrity": "sha512-xE3oOILjnmN8PSjkG3lT9NBbd1DbxNqolJ5qNyrLhDWsFef3yTp/KTQz1C/x7BYFKbtrr9foYtKA6KA1zuNAUQ==",
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.9.3.tgz",
"integrity": "sha512-G8k0olucZp3LJ7I/p8y388t+IEyb2Y78nHrLeIxuqZqh6TYqDYP/B/7drAvYKfh83CGwKal9txVP+FTypsPJug==",
"dev": true,
"hasInstallScript": true,
"bin": {
@ -5449,9 +5449,9 @@
}
},
"esbuild": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.9.2.tgz",
"integrity": "sha512-xE3oOILjnmN8PSjkG3lT9NBbd1DbxNqolJ5qNyrLhDWsFef3yTp/KTQz1C/x7BYFKbtrr9foYtKA6KA1zuNAUQ==",
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.9.3.tgz",
"integrity": "sha512-G8k0olucZp3LJ7I/p8y388t+IEyb2Y78nHrLeIxuqZqh6TYqDYP/B/7drAvYKfh83CGwKal9txVP+FTypsPJug==",
"dev": true
},
"escalade": {

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