release refresh

pull/293/head
Vladimir Mandic 2022-08-08 15:15:57 -04:00
parent 6c4c3dacca
commit 60b0669206
1 changed files with 5 additions and 3 deletions

View File

@ -56,8 +56,10 @@ Feature is automatically disabled in **NodeJS** without user impact
models can be downloaded from <https://github.com/vladmandic/insightface> models can be downloaded from <https://github.com/vladmandic/insightface>
- 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
- Fix **NanoDet** module as alternative object detection - Fix **NanoDet** module as alternative object detection
- Fix `human.match` when using mixed descriptor lengths - Fix `human.match` when using mixed descriptor lengths
- Increased test coverage
run using `npm run test`
- Update profiling methods in `human.profile()` - Update profiling methods in `human.profile()`
- Update project dependencies - Update project dependencies