main
Vladimir Mandic 2022-01-05 09:45:11 -05:00
parent 403d538a3c
commit 9fd2138d83
2 changed files with 65 additions and 2 deletions

View File

@ -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 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`

View File

@ -1,5 +1,5 @@
{ {
"name": "human-models", "name": "@vladmandic/human-models",
"description": "Repository for optional models not included in the default Human library", "description": "Repository for optional models not included in the default Human library",
"license": "MIT", "license": "MIT",
"author": "Vladimir Mandic <mandic00@live.com>", "author": "Vladimir Mandic <mandic00@live.com>",
@ -24,7 +24,7 @@
"tfjs", "tfjs",
"tensorflowjs" "tensorflowjs"
], ],
"dependencies": { "devDependencies": {
"@vladmandic/human": "@vladmandic/human" "@vladmandic/human": "@vladmandic/human"
} }
} }