update todo

pull/233/head
Vladimir Mandic 2021-11-11 17:02:32 -05:00
parent 31b24d7692
commit d6f9cc1d39
1 changed files with 2 additions and 2 deletions

View File

@ -42,12 +42,12 @@ MoveNet MultiPose model does not work with WASM backend due to missing F32 broad
## Pending release notes: ## Pending release notes:
New: New:
- new demo `demos/facerecognition` that utilizes multiple algorithm - new demo `demos/faceid` that utilizes multiple algorithm to validate input before triggering face recognition
to validte input before triggering face recognition - similar to **FaceID**
- new optional model `liveness` - new optional model `liveness`
checks if input appears to be a real-world live image or a recording checks if input appears to be a real-world live image or a recording
best used together with `antispoofing` that checks if input appears to have a realistic face best used together with `antispoofing` that checks if input appears to have a realistic face
Other: Other:
- Improved **Safari** compatibility - Improved **Safari** compatibility
- Improved `similarity` and `match` score range normalization
- Documentation overhaul - Documentation overhaul