Skip to content

Commit 2ea6847

Browse files
committed
major release
1 parent f4b2f20 commit 2ea6847

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+11757
-11370
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @vladmandic/human
22

3-
Version: **2.7.0**
3+
Version: **2.7.1**
44
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**
55

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

1010
## Changelog
1111

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

14+
- support 4k input
1415

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

TODO.md

-21
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,3 @@ Feature is automatically disabled in NodeJS without user impact
2929

3030
## Pending Release Notes
3131

32-
Release 2.7:
33-
- Add **MediaPipe FaceMesh-with-Attention** model
34-
model is available in `@vladmandic/human-models` repository
35-
to enable, set `config.face.attention = true`
36-
model replaces **iris**, **eyes** and **lips** keypoints with high-detailed ones
37-
- Add model **pre-compile** phase to `warmup` method
38-
result is speed-up to first inference by around ~30% for browser environments
39-
- Changed default face crop from 120% to 140%
40-
to better utilize caching between frames and face mesh mapping
41-
- Refactor **draw** methods into separate modules and fix coloring function
42-
- Add highlights to attention keypoints
43-
enabled when both points and attention draw are enabled:
44-
`human.draw.options.drawAttention = true` and `human.draw.options.drawPoints = true`
45-
- Add **ElectronJS** demo:
46-
see <https://github.com/vladmandic/human-electron>
47-
- Enhanced **3D** demos:
48-
see <https://github.com/vladmandic/human-motion>
49-
- Support for **4K** input
50-
- Support for **NodeJS** 8.0.0
51-
- Update **TFJS** to 3.16.0
52-
- Update build platform and dependencies

dist/human.esm-nobundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)