update todo

pull/356/head
Vladimir Mandic 2022-08-21 15:24:19 -04:00
parent 47c7bdfae2
commit db74ab4c97
1 changed files with 3 additions and 2 deletions

View File

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