Skip to content

Commit

Permalink
release rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Jan 20, 2022
1 parent 7bfca78 commit 3c8fee1
Show file tree
Hide file tree
Showing 50 changed files with 1,825 additions and 1,633 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@

## Changelog

### **HEAD -> main** 2022/01/16 mandic00@live.com
### **2.6.1** 2022/01/20 mandic00@live.com


### **origin/main** 2022/01/15 mandic00@live.com
### **origin/main** 2022/01/17 mandic00@live.com

- prototype global fetch handler
- fix face box and hand tracking when in front of face

### **2.5.8** 2022/01/14 mandic00@live.com
Expand Down
21 changes: 12 additions & 9 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,22 @@ Feature is automatically disabled in NodeJS without user impact

<br><hr><br>

## Pending Release Notes
## Human 2.6 Release Notes

- Add global model cache hander using indexdb in browser environments
- Add model cache hander using **IndexDB** in *browser* environments
see `config.cacheModels` setting for details
- Add additional demos
`human-motion` and `human-avatar`
- Updated samples image gallery
- Fix face box detections when face is partially occluded
- Fix face box scaling
- Fix hand tracking when hand is in front of face
- Fix compatibility with `ElectronJS`
- Fix interpolation for some body keypoints
- Updated blazepose calculations
- Changes to blazepose and handlandmarks annotations
- Allow monkey-patching `fetch` in NodeJS
If `fetch` function is defined, it can be used to load models
from HTTP/HTTPS URLs regardless of `tfjs` platform support
- Fix `BlazeFace` detections when face is partially occluded
- Fix `BlazeFace` box scaling
- Fix `HandTrack` tracking when hand is in front of face
- Fix `ElectronJS` compatibility issues
- Fix body keypoints interpolation algorithm
- Updated `BlazePose` calculations
- Changes to `BlazePose` and `HandLandmark` annotations
- Strong typing for string enums
- Updated `TFJS`
9 changes: 3 additions & 6 deletions dist/human.esm-nobundle.js

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

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

Large diffs are not rendered by default.

Loading

0 comments on commit 3c8fee1

Please sign in to comment.