2.8.1

vladmandic/human2.8.1Jun 8, 2022by vladmandic

AI Summary

Updated face mesh models and introduced an attention-based model with enhanced performance and compatibility.

Key Highlights

  • Updated FaceMesh-Landmarks models
  • Added FaceMesh-with-Attention model
  • Improved performance with WASM backend
  • Added NodeJS v18 support

New Features

  • FaceMesh-Landmarks updates
  • FaceMesh-with-Attention model
  • Detailed face mesh annotations
  • WASM performance improvements
  • NodeJS 18 support
  • Enhanced WebGPU compatibility

Full Release Notes

- Updated **FaceMesh-Landmarks** models
- Added **FaceMesh-with-Attention** model is disabled by defaults, enable using  
  `config.face.mesh.attention = true`
- If **FaceMesh-with-Attention** model is enabled, Iris model gets disabled  
  as its functionality is superseded by attention model
- Results include more detailed face mesh annotations  
  `result.face[].annotations`
- Update benchmarks: `demo/benchmark`
- Slight performance improvement with canvas reads using `WASM` backend
- Default to RTM version of `WASM` binaries
- Enhanced `WebGPU` compatibility
- Support for **NodeJS v18**
- Updated **Known Issues**  
  See <https://github.com/vladmandic/human/blob/main/TODO.md>