mirror of https://github.com/vladmandic/human
cross-link wiki pages
parent
936e36ce0f
commit
f18a5e77f9
|
@ -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*
|
||||
|
||||
|
|
2
Home.md
2
Home.md
|
@ -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
|
||||
|
|
2
Usage.md
2
Usage.md
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue