Skip to content

Commit 7b8b843

Browse files
committed
release rebuild
1 parent 8a62a3a commit 7b8b843

File tree

104 files changed

+1739
-1498
lines changed

Some content is hidden

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

104 files changed

+1739
-1498
lines changed

CHANGELOG.md

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

3-
Version: **2.9.0**
3+
Version: **2.9.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,12 @@
99

1010
## Changelog
1111

12-
### **HEAD -> main** 2022/07/21 [email protected]
12+
### **2.9.1** 2022/07/25 [email protected]
1313

14+
15+
### **origin/main** 2022/07/23 [email protected]
16+
17+
- full rebuild
1418
- release cleanup
1519
- tflite experiments
1620
- add load monitor test

TODO.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ N/A
2020
<hr><br>
2121

2222
## Known Issues
23+
2324
### Face with Attention
2425
`FaceMesh-Landmarks` model is supported only with `CPU` and `WebGL` backends due to `TFJS` issues
2526

@@ -48,16 +49,3 @@ Feature is automatically disabled in **NodeJS** without user impact
4849

4950
## Pending Release Changes
5051

51-
- install production-only dependencies by default
52-
results in a must faster and smaller `human` installation
53-
to install all dependencies use `npm install @vladmandic/human --production=false`
54-
- switch to production `@tensorflow/tfjs` for browsers
55-
`tfjs` has stabilized in recent versions so its not necessary to run a custom bundle anymore
56-
- add **webview** support
57-
- add `getModelStats` method
58-
- extract model stats in build process
59-
- typedoc fixes
60-
- add face contours to results
61-
- improve face compare in demo app
62-
- update dependencies and `tfjs`
63-
- `gear` model fixes

demo/faceid/index.js.map

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

demo/typescript/index.js.map

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

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.

dist/human.esm-nobundle.js.map

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

0 commit comments

Comments
 (0)