update
parent
403d538a3c
commit
9fd2138d83
63
README.md
63
README.md
|
@ -8,3 +8,66 @@ Default models are included in the main library
|
|||
|
||||
Optional models are published here to keep the size of the main library contained
|
||||
|
||||
## Usage
|
||||
|
||||
Additional models can be accessed via:
|
||||
- [GitHub repository](https://github.com/vladmandic/human-models)
|
||||
- [NPMjs package](https://www.npmjs.com/package/human-models)
|
||||
- [jsDelivr CDN]()
|
||||
|
||||
You can manually download models and update configuration `modelPath` value for each model
|
||||
|
||||
To use online CDN, simply set `human.config.baseModelPath` to ``
|
||||
|
||||
<br>
|
||||
|
||||
## List of Included Models
|
||||
|
||||
BlazeFace family:
|
||||
- `blazeface`
|
||||
- `blazeface-back`
|
||||
- `blazeface-front`
|
||||
|
||||
BlazePose family:
|
||||
- `blazepose-detector2d`
|
||||
- `blazepose-detector3d`
|
||||
- `blazepose-lite`
|
||||
- `blazepose-full`
|
||||
- `blazepose-heavy`
|
||||
|
||||
MoveNet family:
|
||||
- `movenet-lightning`
|
||||
- `movenet-thunder`
|
||||
- `movenet-multipose`
|
||||
|
||||
HandPose and HandTrack family:
|
||||
- `handdetect`
|
||||
- `handtrack`
|
||||
- `handskeleton`
|
||||
- `handlandmark-full`
|
||||
- `handlandmark-lite`
|
||||
- `handlandmark-sparse`
|
||||
|
||||
efficientpose
|
||||
mb3-centernet
|
||||
nanodet
|
||||
posenet
|
||||
|
||||
Segmentation:
|
||||
- `meet`
|
||||
- `selfie`
|
||||
|
||||
Face analysis:
|
||||
- `age`
|
||||
- `emotion`
|
||||
- `faceboxes`
|
||||
- `facemesh`
|
||||
- `faceres`
|
||||
- `faceres-deep`
|
||||
- `gear`
|
||||
- `gender`
|
||||
- `gender-ssrnet-imdb`
|
||||
- `iris`
|
||||
- `liveness`
|
||||
- `mobileface`
|
||||
- `mobilefacenet`
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "human-models",
|
||||
"name": "@vladmandic/human-models",
|
||||
"description": "Repository for optional models not included in the default Human library",
|
||||
"license": "MIT",
|
||||
"author": "Vladimir Mandic <mandic00@live.com>",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"tfjs",
|
||||
"tensorflowjs"
|
||||
],
|
||||
"dependencies": {
|
||||
"devDependencies": {
|
||||
"@vladmandic/human": "@vladmandic/human"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue