human-models/README.md

79 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2021-09-25 12:58:43 +02:00
# Human Models
2023-01-06 19:48:54 +01:00
Link to [Human main repository](https://github.com/vladmandic/human)
2021-09-25 12:58:43 +02:00
For model details and credits see [documentation in the main library](https://github.com/vladmandic/human/wiki/Models)
Default models are included in the main library
Optional models are published here to keep the size of the main library contained
2022-01-05 15:45:11 +01:00
## Usage
2022-01-05 15:55:25 +01:00
`Human` includes default models but supports number of additional models and model variations of existing models
2022-01-05 15:45:11 +01:00
2022-01-05 15:55:25 +01:00
Additional models can be accessed via:
- [GitHub repository](https://github.com/vladmandic/human-models)
- [NPMjs package](https://www.npmjs.com/package/@vladmandic/human-models)
2022-01-05 15:45:11 +01:00
2022-01-05 17:47:47 +01:00
To use alternative models from local host:
- download them either from *github* or *npmjs* and either
- set human configuration value `modelPath` for each model or
- set global configuration value `baseModelPath` to location of downloaded models
2022-01-14 06:36:56 +01:00
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`
2022-01-05 15:45:11 +01:00
<br>
## List of Included Models
2022-01-14 06:36:56 +01:00
**Pose detection alternatives**
2022-01-05 15:45:11 +01:00
- `movenet-lightning`
- `movenet-thunder`
- `movenet-multipose`
2022-01-05 15:55:25 +01:00
- `efficientpose`
- `posenet`
- `blazepose-lite`
- `blazepose-full`
- `blazepose-heavy`
2022-01-05 15:45:11 +01:00
2022-01-14 06:36:56 +01:00
**HandPose and HandTrack family:**
2022-01-05 15:45:11 +01:00
- `handdetect`
- `handtrack`
- `handskeleton`
- `handlandmark-full`
- `handlandmark-lite`
- `handlandmark-sparse`
2022-01-14 06:36:56 +01:00
**Object detection:**
2022-01-05 15:55:25 +01:00
- `mb3-centernet`
- `nanodet`
2022-01-05 15:45:11 +01:00
2022-01-14 06:36:56 +01:00
**Segmentation:**
2022-01-05 15:45:11 +01:00
- `meet`
- `selfie`
2022-01-14 06:36:56 +01:00
**Face analysis:**
2022-01-05 15:55:25 +01:00
- `blazeface`
- `blazeface-back`
- `blazeface-front`
2022-01-05 15:45:11 +01:00
- `age`
- `emotion`
- `faceboxes`
- `facemesh`
2022-05-30 01:13:20 +02:00
- `facemesh-attention`
2022-01-05 15:45:11 +01:00
- `faceres`
- `faceres-deep`
- `gear`
- `gender`
- `gender-ssrnet-imdb`
- `iris`
- `liveness`
- `mobileface`
- `mobilefacenet`