mirror of https://github.com/vladmandic/human
update wiki home
parent
9ce9b11c94
commit
5b790438dc
4
Home.md
4
Home.md
|
@ -241,7 +241,7 @@ draw output on screen using internal draw helper functions
|
||||||
```js
|
```js
|
||||||
// create instance of human with simple configuration using default values
|
// create instance of human with simple configuration using default values
|
||||||
const config = { backend: 'webgl' };
|
const config = { backend: 'webgl' };
|
||||||
const human = new Human(config);
|
const human = new Human.Human(config);
|
||||||
// select input HTMLVideoElement and output HTMLCanvasElement from page
|
// select input HTMLVideoElement and output HTMLCanvasElement from page
|
||||||
const inputVideo = document.getElementById('video-id');
|
const inputVideo = document.getElementById('video-id');
|
||||||
const outputCanvas = document.getElementById('canvas-id');
|
const outputCanvas = document.getElementById('canvas-id');
|
||||||
|
@ -444,7 +444,7 @@ For more info, see [**Configuration Details**](https://github.com/vladmandic/hum
|
||||||
|
|
||||||
<br><hr><br>
|
<br><hr><br>
|
||||||
|
|
||||||
`Human` library is written in [TypeScript](https://www.typescriptlang.org/docs/handbook/intro.html) **4.9** using [TensorFlow/JS](https://www.tensorflow.org/js/) **4.2** and conforming to latest `JavaScript` [ECMAScript version 2022](https://262.ecma-international.org/) standard
|
`Human` library is written in [TypeScript](https://www.typescriptlang.org/docs/handbook/intro.html) **5.1** using [TensorFlow/JS](https://www.tensorflow.org/js/) **4.10** and conforming to latest `JavaScript` [ECMAScript version 2022](https://262.ecma-international.org/) standard
|
||||||
|
|
||||||
Build target for distributables is `JavaScript` [EMCAScript version 2018](https://262.ecma-international.org/9.0/)
|
Build target for distributables is `JavaScript` [EMCAScript version 2018](https://262.ecma-international.org/9.0/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue