From db74ab4c97bfd08f34a6538517c6ce27d2aa8da2 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 21 Aug 2022 15:24:19 -0400 Subject: [PATCH] update todo --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 46291f90..87f24893 100644 --- a/TODO.md +++ b/TODO.md @@ -66,8 +66,9 @@ Model is supported using `WebGL` backend in browser - Allow hosting models in **Google Cloud Bucket** Hosted models can be directly used without downloading to local storage Example: `modelPath: 'https://storage.googleapis.com/human-models/facemesh.json'` -- Stricter linting rules for both **TypeScript** and **JavaScript** - See `./eslintrc.json` for details +- Stricter linting rules for both **TypeScript** and **JavaScript** + See `./eslintrc.json` for details +- Enhanced type safety across entire library - Fix **MobileFaceNet** model as alternative for face embedding/descriptor detection Configurable using `config.face.mobilefacenet` config section - Fix **EfficientPose** module as alternative body detection