diff --git a/README.md b/README.md index 0f617ac..c979f03 100644 --- a/README.md +++ b/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 `` + +
+ +## 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` diff --git a/package.json b/package.json index 516c718..8441bd6 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -24,7 +24,7 @@ "tfjs", "tensorflowjs" ], - "dependencies": { + "devDependencies": { "@vladmandic/human": "@vladmandic/human" } }