cross-link wiki pages

master
Vladimir Mandic 2021-03-17 18:33:04 -04:00
parent 936e36ce0f
commit f18a5e77f9
4 changed files with 7 additions and 1 deletions

@ -1,5 +1,7 @@
# Configuration
[**Configuration Interface Specification**](https://vladmandic.github.io/human/typedoc/interfaces/config.html)
Detailed configuration options are explained below, but they are best seen in the menus present in the `demo` application:
*note: some advanced configuration options are not exposed in the UI*

@ -27,7 +27,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo
- [**Code Repository**](https://github.com/vladmandic/human)
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)
- [**API Specification**](https://vladmandic.github.io/human/typedoc/index.html)
- [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/human.html)
- [**Change Log**](https://github.com/vladmandic/human/blob/main/CHANGELOG.md)
<br>

@ -1,5 +1,7 @@
# Outputs
[**Result Interface Specification**](https://vladmandic.github.io/human/typedoc/interfaces/result.html)
Result of `humand.detect()` is a single object that includes data for all enabled modules and all detected objects:
```js

@ -4,6 +4,8 @@
All configuration is done in a single JSON object and all model weights are dynamically loaded upon their first usage
(and only then, `Human` will not load weights that it doesn't need according to configuration).
[**Full API Specification**](https://vladmandic.github.io/human/typedoc/classes/human.html)
<br>
There is only *ONE* method you need: