Skip to content

Commit

Permalink
release rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Jul 25, 2022
1 parent 8a62a3a commit 7b8b843
Show file tree
Hide file tree
Showing 104 changed files with 1,739 additions and 1,498 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vladmandic/human

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

## Changelog

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


### **origin/main** 2022/07/23 [email protected]

- full rebuild
- release cleanup
- tflite experiments
- add load monitor test
Expand Down
14 changes: 1 addition & 13 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ N/A
<hr><br>

## Known Issues

### Face with Attention
`FaceMesh-Landmarks` model is supported only with `CPU` and `WebGL` backends due to `TFJS` issues

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

## Pending Release Changes

- install production-only dependencies by default
results in a must faster and smaller `human` installation
to install all dependencies use `npm install @vladmandic/human --production=false`
- switch to production `@tensorflow/tfjs` for browsers
`tfjs` has stabilized in recent versions so its not necessary to run a custom bundle anymore
- add **webview** support
- add `getModelStats` method
- extract model stats in build process
- typedoc fixes
- add face contours to results
- improve face compare in demo app
- update dependencies and `tfjs`
- `gear` model fixes
4 changes: 2 additions & 2 deletions demo/faceid/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/typescript/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/human.esm-nobundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/human.esm-nobundle.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 7b8b843

Please sign in to comment.