mirror of https://github.com/vladmandic/human
update typedoc links
parent
5e5d9f47d1
commit
de0142bcee
|
@ -1,6 +1,6 @@
|
|||
# Configuration
|
||||
|
||||
[**Configuration Interface Specification**](https://vladmandic.github.io/human/typedoc/interfaces/config.html)
|
||||
[**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*
|
||||
|
|
4
Home.md
4
Home.md
|
@ -32,7 +32,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)
|
||||
- [**TypeDoc API Specification: Human**](https://vladmandic.github.io/human/typedoc/classes/human.html)
|
||||
- [**TypeDoc API Specification: Human**](https://vladmandic.github.io/human/typedoc/classes/Human.html)
|
||||
- [**TypeDoc API Specification: Root**](https://vladmandic.github.io/human/typedoc/)
|
||||
- [**Change Log**](https://github.com/vladmandic/human/blob/main/CHANGELOG.md)
|
||||
|
||||
|
@ -112,6 +112,6 @@ Build target is `JavaScript` **EMCAScript version 2018**
|
|||
<br>
|
||||
|
||||
For details see [**Wiki Pages**](https://github.com/vladmandic/human/wiki)
|
||||
and [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/human.html)
|
||||
and [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/Human.html)
|
||||
|
||||
<br>
|
||||
|
|
|
@ -5,7 +5,7 @@ Result of `humand.detect()` method is a single object that includes data for all
|
|||
`Result` object can also be generated as smoothened time-based interpolation from last known `Result` using `human.next()` method
|
||||
|
||||
|
||||
- [**Result Interface Specification**](https://vladmandic.github.io/human/typedoc/interfaces/result.html)
|
||||
- [**Result Interface Specification**](https://vladmandic.github.io/human/typedoc/interfaces/Result.html)
|
||||
- [**Sample Result JSON**](../assets/sample-result.json)
|
||||
- [**Sample Persons JSON**](../assets/sample-persons.json)
|
||||
|
||||
|
|
2
Usage.md
2
Usage.md
|
@ -4,7 +4,7 @@
|
|||
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)
|
||||
[**Full API Specification**](https://vladmandic.github.io/human/typedoc/classes/Human.html)
|
||||
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Reference in New Issue