mirror of https://github.com/vladmandic/human
update docs
parent
d5823db95d
commit
7af92431dd
17
README.md
17
README.md
|
@ -13,11 +13,14 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
Native JavaScript module using TensorFlow/JS Machine Learning library
|
JavaScript module using TensorFlow/JS Machine Learning library
|
||||||
Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows and Linux
|
|
||||||
|
|
||||||
- Browser/WebWorker: Compatible with *CPU*, *WebGL*, *WASM* and *WebGPU* backends
|
- **Browser**:
|
||||||
- NodeJS: Compatible with software *tfjs-node* and CUDA accelerated backends *tfjs-node-gpu*
|
Compatible with *CPU*, *WebGL*, *WASM* backends
|
||||||
|
Compatible with both desktop and mobile platforms
|
||||||
|
Compatible with *WebWorker* execution
|
||||||
|
- **NodeJS**:
|
||||||
|
Compatible with both software *tfjs-node* and GPU accelerated backends *tfjs-node-gpu* using CUDA libraries
|
||||||
|
|
||||||
Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) for processing of live WebCam video or static images
|
Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) for processing of live WebCam video or static images
|
||||||
|
|
||||||
|
@ -147,6 +150,12 @@ function detectVideo() {
|
||||||
detectVideo();
|
detectVideo();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<br><hr><br>
|
||||||
|
|
||||||
|
`Human` library is written in `TypeScript` [4.3](https://www.typescriptlang.org/docs/handbook/intro.html)
|
||||||
|
Conforming to `JavaScript` [ECMAScript version 2020](https://www.ecma-international.org/ecma-262/11.0/index.html) standard
|
||||||
|
Build target is `JavaScript` **EMCAScript version 2018**
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||

|

|
||||||
|
|
1
TODO.md
1
TODO.md
|
@ -24,6 +24,7 @@
|
||||||
## WiP Items
|
## WiP Items
|
||||||
|
|
||||||
- face.tensor should return image in correct aspect ratio
|
- face.tensor should return image in correct aspect ratio
|
||||||
|
- box sizing on mobile
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit cdd53841d5adf0542379c87b52919ea12a02335d
|
Subproject commit e2b0650450763e8a716c966309946564625b53a8
|
Loading…
Reference in New Issue