added notes on models

pull/50/head
Vladimir Mandic 2020-11-10 10:23:11 -05:00
parent 2b38b8a80d
commit 59d1f27ec7
4 changed files with 8 additions and 9 deletions

View File

@ -1,7 +1,6 @@
# Human Library # Human Library
## 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, ## 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, Age & Gender Prediction, Emotion Prediction & Gesture Recognition
## Age & Gender Prediction, Emotion Prediction & Gesture Recognition
<br> <br>
@ -21,14 +20,15 @@
- [**Demos**](https://github.com/vladmandic/human/wiki/Demos) - [**Demos**](https://github.com/vladmandic/human/wiki/Demos)
- [**Installation**](https://github.com/vladmandic/human/wiki/Install) - [**Installation**](https://github.com/vladmandic/human/wiki/Install)
- [**Usage**](https://github.com/vladmandic/human/wiki/Usage) - [**Usage**](https://github.com/vladmandic/human/wiki/Usage)
- [**Backends**](https://github.com/vladmandic/human/wiki/Backends)
- [**Configuration**](https://github.com/vladmandic/human/wiki/Configuration) - [**Configuration**](https://github.com/vladmandic/human/wiki/Configuration)
- [**Outputs**](https://github.com/vladmandic/human/wiki/Outputs) - [**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) - [**Gesture Recognition**](https://github.com/vladmandic/human/wiki/Gesture)
- [**Development Server**](https://github.com/vladmandic/human/wiki/Development-Server) - [**Development Server**](https://github.com/vladmandic/human/wiki/Development-Server)
- [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process) - [**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 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) - [**Credits**](https://github.com/vladmandic/human/wiki/Credits)
<br> <br>
@ -36,8 +36,7 @@
Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows and Linux Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows and Linux
- Browser/WebWorker: Compatible with *CPU*, *WebGL* and *WASM* backends - Browser/WebWorker: Compatible with *CPU*, *WebGL* and *WASM* backends
- NodeJS: Compatible with software *tfjs-node* and CUDA accelerated backends *tfjs-node-gpu* - 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)
<br> <br>

2
dist/human.esm.json vendored
View File

@ -12316,7 +12316,7 @@
] ]
}, },
"package.json": { "package.json": {
"bytes": 3556, "bytes": 3557,
"imports": [] "imports": []
}, },
"src/age/age.js": { "src/age/age.js": {

View File

@ -20,11 +20,11 @@
"url": "git+https://github.com/vladmandic/human.git" "url": "git+https://github.com/vladmandic/human.git"
}, },
"dependencies": { "dependencies": {
"@tensorflow/tfjs-backend-wasm": "^2.7.0"
}, },
"peerDependencies": {}, "peerDependencies": {},
"devDependencies": { "devDependencies": {
"@tensorflow/tfjs": "^2.7.0", "@tensorflow/tfjs": "^2.7.0",
"@tensorflow/tfjs-backend-wasm": "^2.7.0",
"@tensorflow/tfjs-node": "^2.7.0", "@tensorflow/tfjs-node": "^2.7.0",
"@vladmandic/pilogger": "^0.2.7", "@vladmandic/pilogger": "^0.2.7",
"chokidar": "^3.4.3", "chokidar": "^3.4.3",

2
wiki

@ -1 +1 @@
Subproject commit e48280bd94885c6e9cb9a75a27469f00ebcd07b4 Subproject commit ca3688663e1c427fdd26f55bde54336e939dcc5f