mirror of https://github.com/vladmandic/human
update todo
parent
47c7bdfae2
commit
db74ab4c97
5
TODO.md
5
TODO.md
|
@ -66,8 +66,9 @@ Model is supported using `WebGL` backend in browser
|
||||||
- Allow hosting models in **Google Cloud Bucket**
|
- Allow hosting models in **Google Cloud Bucket**
|
||||||
Hosted models can be directly used without downloading to local storage
|
Hosted models can be directly used without downloading to local storage
|
||||||
Example: `modelPath: 'https://storage.googleapis.com/human-models/facemesh.json'`
|
Example: `modelPath: 'https://storage.googleapis.com/human-models/facemesh.json'`
|
||||||
- Stricter linting rules for both **TypeScript** and **JavaScript**
|
- Stricter linting rules for both **TypeScript** and **JavaScript**
|
||||||
See `./eslintrc.json` for details
|
See `./eslintrc.json` for details
|
||||||
|
- Enhanced type safety across entire library
|
||||||
- Fix **MobileFaceNet** model as alternative for face embedding/descriptor detection
|
- Fix **MobileFaceNet** model as alternative for face embedding/descriptor detection
|
||||||
Configurable using `config.face.mobilefacenet` config section
|
Configurable using `config.face.mobilefacenet` config section
|
||||||
- Fix **EfficientPose** module as alternative body detection
|
- Fix **EfficientPose** module as alternative body detection
|
||||||
|
|
Loading…
Reference in New Issue