Skip to content

Commit a6bd39f

Browse files
committed
update release
1 parent 6f713e6 commit a6bd39f

File tree

117 files changed

+11917
-72305
lines changed

Some content is hidden

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

117 files changed

+11917
-72305
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.11.0**
3+
Version: **2.11.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/09/29 [email protected]
12+
### **HEAD -> main** 2022/10/09 [email protected]
1313

14+
15+
### **origin/main** 2022/10/02 [email protected]
16+
17+
- add human.webcam methods
1418
- create funding.yml
1519
- fix rotation interpolation
1620

demo/faceid/index.js

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

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/segmentation/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
import * as H from '../../dist/human.esm.js'; // equivalent of @vladmandic/Human
1111

1212
const humanConfig = { // user configuration for human, used to fine-tune behavior
13-
// backend: 'wasm',
14-
// wasmPath: 'https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]/dist/',
1513
modelBasePath: 'https://vladmandic.github.io/human-models/models/',
1614
filter: { enabled: true, equalization: false, flip: false },
1715
face: { enabled: false },

demo/typescript/index.js

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

0 commit comments

Comments
 (0)