Skip to content

Commit 3c8fee1

Browse files
committed
release rebuild
1 parent 7bfca78 commit 3c8fee1

Some content is hidden

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

50 files changed

+1825
-1633
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99

1010
## Changelog
1111

12-
### **HEAD -> main** 2022/01/16 [email protected]
12+
### **2.6.1** 2022/01/20 [email protected]
1313

1414

15-
### **origin/main** 2022/01/15 [email protected]
15+
### **origin/main** 2022/01/17 [email protected]
1616

17+
- prototype global fetch handler
1718
- fix face box and hand tracking when in front of face
1819

1920
### **2.5.8** 2022/01/14 [email protected]

TODO.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,22 @@ Feature is automatically disabled in NodeJS without user impact
2929

3030
<br><hr><br>
3131

32-
## Pending Release Notes
32+
## Human 2.6 Release Notes
3333

34-
- Add global model cache hander using indexdb in browser environments
34+
- Add model cache hander using **IndexDB** in *browser* environments
3535
see `config.cacheModels` setting for details
3636
- Add additional demos
3737
`human-motion` and `human-avatar`
3838
- Updated samples image gallery
39-
- Fix face box detections when face is partially occluded
40-
- Fix face box scaling
41-
- Fix hand tracking when hand is in front of face
42-
- Fix compatibility with `ElectronJS`
43-
- Fix interpolation for some body keypoints
44-
- Updated blazepose calculations
45-
- Changes to blazepose and handlandmarks annotations
39+
- Allow monkey-patching `fetch` in NodeJS
40+
If `fetch` function is defined, it can be used to load models
41+
from HTTP/HTTPS URLs regardless of `tfjs` platform support
42+
- Fix `BlazeFace` detections when face is partially occluded
43+
- Fix `BlazeFace` box scaling
44+
- Fix `HandTrack` tracking when hand is in front of face
45+
- Fix `ElectronJS` compatibility issues
46+
- Fix body keypoints interpolation algorithm
47+
- Updated `BlazePose` calculations
48+
- Changes to `BlazePose` and `HandLandmark` annotations
4649
- Strong typing for string enums
4750
- Updated `TFJS`

dist/human.esm-nobundle.js

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

dist/human.esm-nobundle.js.map

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

0 commit comments

Comments
 (0)