mirror of https://github.com/vladmandic/human
new posenet model
parent
4cb4534d28
commit
ee4cf3aa27
|
@ -163,7 +163,7 @@ For example:
|
|||
|
||||
```js
|
||||
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 Description**: HSE FaceRes
|
||||
- **Emotion Detection**: Oarriaga Emotion
|
||||
- **Body Analysis**: PoseNet
|
||||
- **Body Analysis**: PoseNet (AtomicBits version)
|
||||
- **Object Detection**: NanoDet
|
||||
|
||||
## Notes
|
||||
|
|
Loading…
Reference in New Issue