2020-10-15 14:16:34 +02:00
|
|
|
# Human Library
|
|
|
|
|
2020-11-04 16:18:22 +01:00
|
|
|
## 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, Age & Gender Prediction, Emotion Prediction & Gesture Recognition
|
2020-10-12 01:22:43 +02:00
|
|
|
|
2020-11-07 15:39:54 +01:00
|
|
|
### Project pages:
|
|
|
|
|
|
|
|
- [**Live Demo**](https://vladmandic.github.io/human/demo/index.html)
|
2020-10-14 17:43:33 +02:00
|
|
|
- [**Code Repository**](https://github.com/vladmandic/human)
|
2020-10-15 14:16:34 +02:00
|
|
|
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
|
2020-10-14 17:43:33 +02:00
|
|
|
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)
|
2020-11-07 15:39:54 +01:00
|
|
|
- [**Change Log**](https://github.com/vladmandic/human/wiki/Change-Log)
|
|
|
|
|
|
|
|
### Wiki pages:
|
|
|
|
|
|
|
|
- [**Home**](wiki)
|
|
|
|
- [**Installation**](wiki/Install)
|
|
|
|
- [**Usage**](wiki/Usage)
|
|
|
|
- [**Configuration**](wiki/Configuration)
|
|
|
|
- [**Outputs**](wiki/Outputs)
|
|
|
|
- [**Demos**](wiki/Demos)
|
|
|
|
- [**Development Server**](wiki/Development-Server)
|
|
|
|
- [**Build Process**](wiki/Build-Process)
|
|
|
|
- [**Profiling**](wiki/Profiling)
|
|
|
|
- [**Performance Notes**](wiki/Performance)
|
|
|
|
- [**Credits**](wiki/Credits)
|
2020-10-12 01:22:43 +02:00
|
|
|
|
2020-10-30 15:23:49 +01:00
|
|
|
Compatible with *Browser*, *WebWorker* and *NodeJS* execution
|
2020-11-07 15:39:54 +01:00
|
|
|
- Browser/WebWorker: Compatible with *CPU*, *WebGL*, *WASM* and *WebGPU* backends
|
|
|
|
- NodeJS: Compatible with software *tfjs-node* and CUSA accelerated backends *tfjs-node-gpu*
|
|
|
|
|
2020-10-16 21:13:29 +02:00
|
|
|
(and maybe with React-Native as it doesn't use any DOM objects)
|
2020-10-14 17:43:33 +02:00
|
|
|
|
2020-10-18 14:07:45 +02:00
|
|
|
*This is a pre-release project, see [issues](https://github.com/vladmandic/human/issues) for list of known limitations and planned enhancements*
|
2020-10-14 02:52:30 +02:00
|
|
|
|
2020-11-07 15:39:54 +01:00
|
|
|
*Suggestions are welcome!*
|
2020-11-06 22:21:20 +01:00
|
|
|
|
2020-11-07 15:39:54 +01:00
|
|
|
<hr>
|
2020-11-06 22:21:20 +01:00
|
|
|
|
2020-10-16 21:04:51 +02:00
|
|
|
## Examples
|
2020-10-13 16:06:49 +02:00
|
|
|
|
2020-10-16 21:04:51 +02:00
|
|
|
**Using static images:**
|
|
|
|

|
|
|
|
|
|
|
|
**Using webcam:**
|
|
|
|

|
2020-10-12 16:59:55 +02:00
|
|
|
|