From 9f7de6662193b28b96bd8644ea4410d2d8db8bf7 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 5 Jan 2022 09:54:59 -0500 Subject: [PATCH] add alternative models --- Models.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Models.md b/Models.md index 32712b5..810a1d2 100644 --- a/Models.md +++ b/Models.md @@ -1,6 +1,6 @@ # Models -## Default models in Human library +## Default Models in Human Library Default models in Human library are: @@ -18,6 +18,18 @@ Default models in Human library are:
+## Optional Models in Human Library + +`Human` includes default models but supports number of additional models and model variations of existing models + + Additional models can be accessed via: + - [GitHub repository](https://github.com/vladmandic/human-models) + - [NPMjs package](https://www.npmjs.com/package/@vladmandic/human-models) + - [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@vladmandic/human-models) + +You can manually download models and update configuration `modelPath` value to each model or simply set `baseModelPath` to this list +To use online CDN, simply set `human.config.baseModelPath` to `https://www.jsdelivr.com/package/npm/@vladmandic/human-models/models` + ## Changes All models are modified from original implementation in following manner: