mirror of https://github.com/vladmandic/human
update tfjs
parent
4a6f9797e3
commit
41b5880bf0
2
Diag.md
2
Diag.md
|
@ -48,7 +48,7 @@ console.log(human.env);
|
||||||
|
|
||||||
## Get list of all models
|
## Get list of all models
|
||||||
```js
|
```js
|
||||||
const models = Object.keys(human.models).map((model) => ({ name: model, loaded: (human.models[model] !== null) }));
|
const models = human.models.list();
|
||||||
console.log(models);
|
console.log(models);
|
||||||
```
|
```
|
||||||
```js
|
```js
|
||||||
|
|
2
Home.md
2
Home.md
|
@ -367,7 +367,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.0** 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) **4.9** using [TensorFlow/JS](https://www.tensorflow.org/js/) **4.1** 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