Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Oct 9, 2022
1 parent 6f713e6 commit a6bd39f
Show file tree
Hide file tree
Showing 117 changed files with 11,917 additions and 72,305 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.11.0**
Version: **2.11.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/09/29 [email protected]
### **HEAD -> main** 2022/10/09 [email protected]


### **origin/main** 2022/10/02 [email protected]

- add human.webcam methods
- create funding.yml
- fix rotation interpolation

Expand Down
351 changes: 2 additions & 349 deletions demo/faceid/index.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions demo/segmentation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
import * as H from '../../dist/human.esm.js'; // equivalent of @vladmandic/Human

const humanConfig = { // user configuration for human, used to fine-tune behavior
// backend: 'wasm',
// wasmPath: 'https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]/dist/',
modelBasePath: 'https://vladmandic.github.io/human-models/models/',
filter: { enabled: true, equalization: false, flip: false },
face: { enabled: false },
Expand Down
94 changes: 2 additions & 92 deletions demo/typescript/index.js

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

Loading

0 comments on commit a6bd39f

Please sign in to comment.