mirror of https://github.com/vladmandic/human
added links to release notes
parent
dce357964d
commit
fc93c39201
|
@ -36,6 +36,9 @@ JavaScript module using TensorFlow/JS Machine Learning library
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
## Releases
|
||||||
|
- [Release Notes](https://github.com/vladmandic/human/releases)
|
||||||
|
- [NPM](https://www.npmjs.com/package/@vladmandic/human)
|
||||||
## Demos
|
## Demos
|
||||||
|
|
||||||
- [**List of all Demo applications**](https://github.com/vladmandic/human/wiki/Demos)
|
- [**List of all Demo applications**](https://github.com/vladmandic/human/wiki/Demos)
|
||||||
|
|
6
TODO.md
6
TODO.md
|
@ -41,12 +41,14 @@ MoveNet MultiPose model does not work with WASM backend due to missing F32 broad
|
||||||
|
|
||||||
### Pending release
|
### Pending release
|
||||||
|
|
||||||
- Supports all modules on all backends
|
New:
|
||||||
via custom implementation of missing kernel ops
|
|
||||||
- New frame change detection algorithm used for cache determination
|
- New frame change detection algorithm used for cache determination
|
||||||
based on temporal input difference
|
based on temporal input difference
|
||||||
- New optional input histogram equalization
|
- New optional input histogram equalization
|
||||||
auto-level input for optimal brightness/contrast via `config.filter.equalization`
|
auto-level input for optimal brightness/contrast via `config.filter.equalization`
|
||||||
|
Changed:
|
||||||
|
- Supports all modules on all backends
|
||||||
|
via custom implementation of missing kernel ops
|
||||||
- Performance and precision improvements
|
- Performance and precision improvements
|
||||||
**face**, **hand** and **gestures** modules
|
**face**, **hand** and **gestures** modules
|
||||||
- Use custom built TFJS for bundled version
|
- Use custom built TFJS for bundled version
|
||||||
|
|
Loading…
Reference in New Issue