Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Nov 22, 2022
1 parent 481b55c commit 69e9720
Show file tree
Hide file tree
Showing 115 changed files with 1,872 additions and 61,347 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vladmandic/human

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

## Changelog

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


### **origin/main** 2022/11/22 [email protected]

- polish demos
- add facedetect demo and fix model async load
- enforce markdown linting
- cleanup git history
- default empty result
Expand Down
357 changes: 2 additions & 355 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.

1 change: 0 additions & 1 deletion demo/segmentation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ async function main() {

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
if (!human.webcam.track) dom.fps.innerText = 'webcam error';
console.log(human.webcam);

// processing loop
async function loop() {
Expand Down
98 changes: 2 additions & 96 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 69e9720

Please sign in to comment.