added configuration validation and reset

master
Vladimir Mandic 2021-09-19 13:57:49 -04:00
parent 740fcd1b5b
commit b24eafa265
1 changed files with 3 additions and 0 deletions

@ -63,6 +63,9 @@ Example that performs single detection and then draws new interpolated result at
// if image is not provided, it will generate internal sample
human.models // dynamically maintained list of object of any loaded models
human.tf // instance of tfjs used by human
human.reset() // reset current configuration to default values
human.validate(config?) // validate configuration values
// if config is not provided it will validate current values
```
## Face Recognition