Skip to content

Human Release v2.11

Compare
Choose a tag to compare
@vladmandic vladmandic released this 13 Oct 13:13
· 616 commits to main since this release

TL;DR: Several new methods and models, but only breaking change is how human.segmentation is handled

  • New methods human.webcam.*
    Enables built-in configuration and control of WebCam streams
  • New method human.video()
    Runs continous detection of an input video
    instead of processing each frame manually using human.detect()
  • New demo for webcam and video methods Live | Code
    Full HTML and JavaScript code in less than a screen
  • Redesigned human.segmentation
    Breaking changes
  • New model rvm for high-quality body segmentation in real-time
    Not part of default deployment, download from human-models
  • New demo for segmentation methods Live | Code
    Full HTML and JavaScript code in less than a screen
  • New advanced demo using BabylonJS and VRM Live | Code
  • Update TypeDoc generation Link
  • Update TypeDefs bundle generation Link
    No external dependencies
  • Fix model caching when using web workers
  • Fix face.rotation when using interpolation
  • Improve NodeJS resolver when using ESM
  • Update demo demo/typescript
  • Update demo demo/faceid
  • Update demo demo/nodejs/process-folder.js
    and re-process /samples Link