update readme
parent
a4616d5a0c
commit
f7c68fe43a
42
README.md
42
README.md
|
@ -10,35 +10,29 @@ Optional models are published here to keep the size of the main library containe
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Additional models can be accessed via:
|
`Human` includes default models but supports number of additional models and model variations of existing models
|
||||||
|
|
||||||
|
Additional models can be accessed via:
|
||||||
- [GitHub repository](https://github.com/vladmandic/human-models)
|
- [GitHub repository](https://github.com/vladmandic/human-models)
|
||||||
- [NPMjs package](https://www.npmjs.com/package/human-models)
|
- [NPMjs package](https://www.npmjs.com/package/@vladmandic/human-models)
|
||||||
- [jsDelivr CDN]()
|
- [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@vladmandic/human-models)
|
||||||
|
|
||||||
You can manually download models and update configuration `modelPath` value for each model
|
You can manually download models and update configuration `modelPath` value to each model or simply set `baseModelPath` to this list
|
||||||
|
To use online CDN, simply set `human.config.baseModelPath` to `https://www.jsdelivr.com/package/npm/@vladmandic/human-models/models`
|
||||||
To use online CDN, simply set `human.config.baseModelPath` to ``
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
## List of Included Models
|
## List of Included Models
|
||||||
|
|
||||||
BlazeFace family:
|
Pose detection alternatives
|
||||||
- `blazeface`
|
|
||||||
- `blazeface-back`
|
|
||||||
- `blazeface-front`
|
|
||||||
|
|
||||||
BlazePose family:
|
|
||||||
- `blazepose-detector2d`
|
|
||||||
- `blazepose-detector3d`
|
|
||||||
- `blazepose-lite`
|
|
||||||
- `blazepose-full`
|
|
||||||
- `blazepose-heavy`
|
|
||||||
|
|
||||||
MoveNet family:
|
|
||||||
- `movenet-lightning`
|
- `movenet-lightning`
|
||||||
- `movenet-thunder`
|
- `movenet-thunder`
|
||||||
- `movenet-multipose`
|
- `movenet-multipose`
|
||||||
|
- `efficientpose`
|
||||||
|
- `posenet`
|
||||||
|
- `blazepose-lite`
|
||||||
|
- `blazepose-full`
|
||||||
|
- `blazepose-heavy`
|
||||||
|
|
||||||
HandPose and HandTrack family:
|
HandPose and HandTrack family:
|
||||||
- `handdetect`
|
- `handdetect`
|
||||||
|
@ -48,16 +42,18 @@ HandPose and HandTrack family:
|
||||||
- `handlandmark-lite`
|
- `handlandmark-lite`
|
||||||
- `handlandmark-sparse`
|
- `handlandmark-sparse`
|
||||||
|
|
||||||
efficientpose
|
Object detection:
|
||||||
mb3-centernet
|
- `mb3-centernet`
|
||||||
nanodet
|
- `nanodet`
|
||||||
posenet
|
|
||||||
|
|
||||||
Segmentation:
|
Segmentation:
|
||||||
- `meet`
|
- `meet`
|
||||||
- `selfie`
|
- `selfie`
|
||||||
|
|
||||||
Face analysis:
|
Face analysis:
|
||||||
|
- `blazeface`
|
||||||
|
- `blazeface-back`
|
||||||
|
- `blazeface-front`
|
||||||
- `age`
|
- `age`
|
||||||
- `emotion`
|
- `emotion`
|
||||||
- `faceboxes`
|
- `faceboxes`
|
||||||
|
|
Loading…
Reference in New Issue