From fc93c392016300ffe53fd6648b760532429b3a73 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 7 Nov 2021 08:14:14 -0500 Subject: [PATCH] added links to release notes --- README.md | 3 +++ TODO.md | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dcfe05b..0ca2cb8b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ JavaScript module using TensorFlow/JS Machine Learning library
+## Releases +- [Release Notes](https://github.com/vladmandic/human/releases) +- [NPM](https://www.npmjs.com/package/@vladmandic/human) ## Demos - [**List of all Demo applications**](https://github.com/vladmandic/human/wiki/Demos) diff --git a/TODO.md b/TODO.md index f1624a7c..ad9f773b 100644 --- a/TODO.md +++ b/TODO.md @@ -41,12 +41,14 @@ MoveNet MultiPose model does not work with WASM backend due to missing F32 broad ### Pending release -- Supports all modules on all backends - via custom implementation of missing kernel ops +New: - New frame change detection algorithm used for cache determination based on temporal input difference - New optional input histogram 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 **face**, **hand** and **gestures** modules - Use custom built TFJS for bundled version