Skip to content

Commit

Permalink
add attention draw methods
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Apr 18, 2022
1 parent f0fc73b commit 8aa4d3d
Show file tree
Hide file tree
Showing 20 changed files with 40,495 additions and 193,792 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@

## Changelog

### **HEAD -> main** 2022/04/14 [email protected]
### **HEAD -> main** 2022/04/18 [email protected]


### **origin/main** 2022/04/15 [email protected]

- prepare release beta
- change default face crop
- face attention model is available in human-models
- beta release 2.7
Expand Down
9 changes: 7 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ Release 2.7:
result is speed-up to first inference by around ~30% for browser environments
- Changed default face crop from 120% to 140%
to better utilize caching between frames
- Refactor **draw** methods into separate modules
- Add **ElectronJS** demo
- Refactor **draw** methods into separate modules and fix coloring function
- Add highlights to attention keypoints
enabled when both points and attention draw are enabled:
`human.draw.options.drawAttention = true` and `human.draw.options.drawPoints = true`
- Add **ElectronJS** demo:
see <https://github.com/vladmandic/human-electron>
- Enhanced **3D** demos:
see <https://github.com/vladmandic/human-motion>
- Update build platform and dependencies
- Update **TFJS**

Expand Down
325 changes: 2 additions & 323 deletions demo/faceid/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/faceid/index.js.map

Large diffs are not rendered by default.

96 changes: 2 additions & 94 deletions demo/typescript/index.js

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

2 changes: 1 addition & 1 deletion demo/typescript/index.js.map

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

Loading

0 comments on commit 8aa4d3d

Please sign in to comment.