Skip to content

Commit 69e9720

Browse files
committed
release
1 parent 481b55c commit 69e9720

File tree

115 files changed

+1872
-61347
lines changed

Some content is hidden

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

115 files changed

+1872
-61347
lines changed

CHANGELOG.md

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

3-
Version: **3.0.0**
3+
Version: **3.0.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,13 @@
99

1010
## Changelog
1111

12-
### **HEAD -> main** 2022/11/21 [email protected]
12+
### **3.0.1** 2022/11/22 [email protected]
1313

14+
15+
### **origin/main** 2022/11/22 [email protected]
16+
17+
- polish demos
18+
- add facedetect demo and fix model async load
1419
- enforce markdown linting
1520
- cleanup git history
1621
- default empty result

demo/faceid/index.js

+2-355
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

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ async function main() {
7171

7272
await human.webcam.start({ element: dom.webcam, crop: true, width: window.innerWidth / 2, height: window.innerHeight / 2 }); // use human webcam helper methods and associate webcam stream with a dom element
7373
if (!human.webcam.track) dom.fps.innerText = 'webcam error';
74-
console.log(human.webcam);
7574

7675
// processing loop
7776
async function loop() {

demo/typescript/index.js

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

0 commit comments

Comments
 (0)