mirror of https://github.com/vladmandic/human
update todo
parent
31b24d7692
commit
d6f9cc1d39
4
TODO.md
4
TODO.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue