fix typos

master
Vladimir Mandic 2020-11-09 20:22:51 -05:00
parent 6674208a10
commit d589737290
2 changed files with 2 additions and 2 deletions

@ -39,7 +39,7 @@ Firefox:
Typical errors messages are: Typical errors messages are:
`Uncaught (in promise) Error: undefined tfjs-backend-wasm.wasm` or `Uncaught (in promise) Error: undefined tfjs-backend-wasm.wasm` or
`RuntimeError: memory access out of bounds in tfjs-backend-wasm.wasm` `RuntimeError: memory access out of bounds in tfjs-backend-wasm.wasm`
- **NodeJS** backend is missing key operatios and thus neither `Face` nor `Hand` models are currently supported - **NodeJS** backend is missing key operations and thus neither `Face` nor `Hand` models are currently supported
<br> <br>

@ -19,7 +19,7 @@
- [**Demos**](https://github.com/vladmandic/human/wiki/Demos) - [**Demos**](https://github.com/vladmandic/human/wiki/Demos)
- [**Installation**](https://github.com/vladmandic/human/wiki/Install) - [**Installation**](https://github.com/vladmandic/human/wiki/Install)
- [**Usage**](https://github.com/vladmandic/human/wiki/Usage) - [**Usage**](https://github.com/vladmandic/human/wiki/Usage)
- [**Usage**](https://github.com/vladmandic/human/wiki/Backends) - [**Backends**](https://github.com/vladmandic/human/wiki/Backends)
- [**Configuration**](https://github.com/vladmandic/human/wiki/Configuration) - [**Configuration**](https://github.com/vladmandic/human/wiki/Configuration)
- [**Outputs**](https://github.com/vladmandic/human/wiki/Outputs) - [**Outputs**](https://github.com/vladmandic/human/wiki/Outputs)
- [**Gesture Recognition**](https://github.com/vladmandic/human/wiki/Gesture) - [**Gesture Recognition**](https://github.com/vladmandic/human/wiki/Gesture)