update readme

main
Vladimir Mandic 2022-01-14 00:36:56 -05:00
parent 3efe5943d4
commit f471955de1
1 changed files with 11 additions and 6 deletions

View File

@ -21,13 +21,14 @@ To use alternative models from local host:
- set human configuration value `modelPath` for each model or - set human configuration value `modelPath` for each model or
- set global configuration value `baseModelPath` to location of downloaded models - set global configuration value `baseModelPath` to location of downloaded models
To use alternative models from a CDN use location prefix `https://www.jsdelivr.com/package/npm/@vladmandic/human-models/models/` for either configuration value of `modelPath` or `baseModelPath` To use alternative models from a CDN use location prefix `https://cdn.jsdelivr.net/gh/vladmandic/human-models/models/` for either configuration value of `modelPath` or `baseModelPath`
<br> <br>
## List of Included Models ## List of Included Models
Pose detection alternatives **Pose detection alternatives**
- `movenet-lightning` - `movenet-lightning`
- `movenet-thunder` - `movenet-thunder`
- `movenet-multipose` - `movenet-multipose`
@ -37,7 +38,8 @@ Pose detection alternatives
- `blazepose-full` - `blazepose-full`
- `blazepose-heavy` - `blazepose-heavy`
HandPose and HandTrack family: **HandPose and HandTrack family:**
- `handdetect` - `handdetect`
- `handtrack` - `handtrack`
- `handskeleton` - `handskeleton`
@ -45,15 +47,18 @@ HandPose and HandTrack family:
- `handlandmark-lite` - `handlandmark-lite`
- `handlandmark-sparse` - `handlandmark-sparse`
Object detection: **Object detection:**
- `mb3-centernet` - `mb3-centernet`
- `nanodet` - `nanodet`
Segmentation: **Segmentation:**
- `meet` - `meet`
- `selfie` - `selfie`
Face analysis: **Face analysis:**
- `blazeface` - `blazeface`
- `blazeface-back` - `blazeface-back`
- `blazeface-front` - `blazeface-front`