new posenet model

master
Vladimir Mandic 2021-04-24 11:45:36 -04:00
parent 4cb4534d28
commit ee4cf3aa27
2 changed files with 2 additions and 2 deletions

@ -163,7 +163,7 @@ For example:
```js ```js
const config = { const config = {
body: { enabled: true, modelPath: 'file://models/posenet/model.json' }, body: { enabled: true, modelPath: 'file://models.json' },
} }
``` ```

@ -9,7 +9,7 @@ Default models in Human library are:
- **Face Iris Analysis**: MediaPipe Iris - **Face Iris Analysis**: MediaPipe Iris
- **Face Description**: HSE FaceRes - **Face Description**: HSE FaceRes
- **Emotion Detection**: Oarriaga Emotion - **Emotion Detection**: Oarriaga Emotion
- **Body Analysis**: PoseNet - **Body Analysis**: PoseNet (AtomicBits version)
- **Object Detection**: NanoDet - **Object Detection**: NanoDet
## Notes ## Notes