From 59d1f27ec7caed95e5cfae8eb273c9fe5e04bac2 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 10 Nov 2020 10:23:11 -0500 Subject: [PATCH] added notes on models --- README.md | 11 +++++------ dist/human.esm.json | 2 +- package.json | 2 +- wiki | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 21fefc51..892cb5e3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Human Library -## 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, -## Age & Gender Prediction, Emotion Prediction & Gesture Recognition +## 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, Age & Gender Prediction, Emotion Prediction & Gesture Recognition
@@ -21,14 +20,15 @@ - [**Demos**](https://github.com/vladmandic/human/wiki/Demos) - [**Installation**](https://github.com/vladmandic/human/wiki/Install) - [**Usage**](https://github.com/vladmandic/human/wiki/Usage) -- [**Backends**](https://github.com/vladmandic/human/wiki/Backends) - [**Configuration**](https://github.com/vladmandic/human/wiki/Configuration) - [**Outputs**](https://github.com/vladmandic/human/wiki/Outputs) +- [**Notes on Backends**](https://github.com/vladmandic/human/wiki/Backends) - [**Gesture Recognition**](https://github.com/vladmandic/human/wiki/Gesture) - [**Development Server**](https://github.com/vladmandic/human/wiki/Development-Server) - [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process) -- [**Profiling**](https://github.com/vladmandic/human/wiki/Profiling) +- [**List of Models**](https://github.com/vladmandic/human/wiki/Models) - [**Performance Notes**](https://github.com/vladmandic/human/wiki/Performance) +- [**Performance Profiling**](https://github.com/vladmandic/human/wiki/Profiling) - [**Credits**](https://github.com/vladmandic/human/wiki/Credits)
@@ -36,8 +36,7 @@ Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows and Linux - Browser/WebWorker: Compatible with *CPU*, *WebGL* and *WASM* backends - NodeJS: Compatible with software *tfjs-node* and CUDA accelerated backends *tfjs-node-gpu* - -(and maybe with React-Native as it doesn't use any DOM objects) +- (and maybe with React-Native as it doesn't use any DOM objects)
diff --git a/dist/human.esm.json b/dist/human.esm.json index 85736552..6e3b527d 100644 --- a/dist/human.esm.json +++ b/dist/human.esm.json @@ -12316,7 +12316,7 @@ ] }, "package.json": { - "bytes": 3556, + "bytes": 3557, "imports": [] }, "src/age/age.js": { diff --git a/package.json b/package.json index b1208497..55f1085a 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ "url": "git+https://github.com/vladmandic/human.git" }, "dependencies": { - "@tensorflow/tfjs-backend-wasm": "^2.7.0" }, "peerDependencies": {}, "devDependencies": { "@tensorflow/tfjs": "^2.7.0", + "@tensorflow/tfjs-backend-wasm": "^2.7.0", "@tensorflow/tfjs-node": "^2.7.0", "@vladmandic/pilogger": "^0.2.7", "chokidar": "^3.4.3", diff --git a/wiki b/wiki index e48280bd..ca368866 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit e48280bd94885c6e9cb9a75a27469f00ebcd07b4 +Subproject commit ca3688663e1c427fdd26f55bde54336e939dcc5f