Skip to content

Commit

Permalink
major release
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed May 9, 2022
1 parent f4b2f20 commit 2ea6847
Show file tree
Hide file tree
Showing 47 changed files with 11,757 additions and 11,370 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vladmandic/human

Version: **2.7.0**
Version: **2.7.1**
Description: **Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition**

Author: **Vladimir Mandic <[email protected]>**
Expand All @@ -9,8 +9,9 @@

## Changelog

### **HEAD -> main** 2022/04/21 [email protected]
### **2.7.1** 2022/05/09 [email protected]

- support 4k input

### **origin/main** 2022/04/18 [email protected]

Expand Down
21 changes: 0 additions & 21 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,3 @@ Feature is automatically disabled in NodeJS without user impact

## Pending Release Notes

Release 2.7:
- Add **MediaPipe FaceMesh-with-Attention** model
model is available in `@vladmandic/human-models` repository
to enable, set `config.face.attention = true`
model replaces **iris**, **eyes** and **lips** keypoints with high-detailed ones
- Add model **pre-compile** phase to `warmup` method
result is speed-up to first inference by around ~30% for browser environments
- Changed default face crop from 120% to 140%
to better utilize caching between frames and face mesh mapping
- Refactor **draw** methods into separate modules and fix coloring function
- Add highlights to attention keypoints
enabled when both points and attention draw are enabled:
`human.draw.options.drawAttention = true` and `human.draw.options.drawPoints = true`
- Add **ElectronJS** demo:
see <https://github.com/vladmandic/human-electron>
- Enhanced **3D** demos:
see <https://github.com/vladmandic/human-motion>
- Support for **4K** input
- Support for **NodeJS** 8.0.0
- Update **TFJS** to 3.16.0
- Update build platform and dependencies
2 changes: 1 addition & 1 deletion dist/human.esm-nobundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2ea6847

Please sign in to comment.