From b9c78b21b0a645fb6e1bb2d5d8292211e9d5ee7a Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 4 May 2021 11:18:07 -0400 Subject: [PATCH] update tfjs version --- CHANGELOG.md | 12 ++++++++---- README.md | 2 +- dist/face-api.esm-nobundle.js | 2 +- dist/face-api.esm.js | 2 +- dist/face-api.js | 2 +- dist/face-api.node-cpu.js | 2 +- dist/face-api.node-gpu.js | 2 +- dist/face-api.node.js | 2 +- 8 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5345fd4..6a8d452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # @vladmandic/face-api -Version: **1.2.2** +Version: **1.2.3** Description: **FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS** Author: **Vladimir Mandic ** @@ -9,11 +9,15 @@ Repository: **** ## Changelog +### **1.2.3** 2021/05/04 mandic00@live.com + + +### **update for tfjs 3.6.0** 2021/04/30 mandic00@live.com + + ### **1.2.2** 2021/04/30 mandic00@live.com - -### **origin/master** 2021/04/26 mandic00@live.com - +- add node-wasm demo - accept uri as input to demo node and node-canvas - major version full rebuild diff --git a/README.md b/README.md index 6a1b878..8208f03 100644 --- a/README.md +++ b/README.md @@ -406,7 +406,7 @@ Build process uses script `build.js` that creates optimized build for each targe This is updated **face-api.js** with latest available TensorFlow/JS as the original is not compatible with **tfjs 2.0+**. Forked from [face-api.js](https://github.com/justadudewhohacks/face-api.js) version **0.22.2** which was released on March 22nd, 2020 -Currently based on **`TensorFlow/JS` 3.6.0** +Currently based on **`TensorFlow/JS` 3.6.1** *Why?* I needed FaceAPI that does not cause version conflict with newer versions of TensorFlow And since original FaceAPI was open-source, I've released this version as well diff --git a/dist/face-api.esm-nobundle.js b/dist/face-api.esm-nobundle.js index 8f2a55f..658ef96 100644 --- a/dist/face-api.esm-nobundle.js +++ b/dist/face-api.esm-nobundle.js @@ -2080,7 +2080,7 @@ function drawFaceLandmarks(canvasArg, faceLandmarks) { } // package.json -var version = "1.2.2"; +var version = "1.2.3"; // src/xception/extractParams.ts function extractorsFactory2(extractWeights, paramMappings) { diff --git a/dist/face-api.esm.js b/dist/face-api.esm.js index 2a7f9c4..04bfe2a 100644 --- a/dist/face-api.esm.js +++ b/dist/face-api.esm.js @@ -59304,7 +59304,7 @@ function drawFaceLandmarks(canvasArg, faceLandmarks) { } // package.json -var version10 = "1.2.2"; +var version10 = "1.2.3"; // src/xception/extractParams.ts function extractorsFactory2(extractWeights, paramMappings) { diff --git a/dist/face-api.js b/dist/face-api.js index c710a4f..59d7d73 100644 --- a/dist/face-api.js +++ b/dist/face-api.js @@ -59430,7 +59430,7 @@ return a / b;`; } // package.json - var version10 = "1.2.2"; + var version10 = "1.2.3"; // src/xception/extractParams.ts function extractorsFactory2(extractWeights, paramMappings) { diff --git a/dist/face-api.node-cpu.js b/dist/face-api.node-cpu.js index 7dce3c4..507a388 100644 --- a/dist/face-api.node-cpu.js +++ b/dist/face-api.node-cpu.js @@ -2262,7 +2262,7 @@ function drawFaceLandmarks(canvasArg, faceLandmarks) { } // package.json -var version = "1.2.2"; +var version = "1.2.3"; // src/ageGenderNet/AgeGenderNet.ts var tf20 = __toModule(require_tfjs_esm()); diff --git a/dist/face-api.node-gpu.js b/dist/face-api.node-gpu.js index 0c0eab7..842fc5a 100644 --- a/dist/face-api.node-gpu.js +++ b/dist/face-api.node-gpu.js @@ -2262,7 +2262,7 @@ function drawFaceLandmarks(canvasArg, faceLandmarks) { } // package.json -var version = "1.2.2"; +var version = "1.2.3"; // src/ageGenderNet/AgeGenderNet.ts var tf20 = __toModule(require_tfjs_esm()); diff --git a/dist/face-api.node.js b/dist/face-api.node.js index beeb9fb..37d3762 100644 --- a/dist/face-api.node.js +++ b/dist/face-api.node.js @@ -2262,7 +2262,7 @@ function drawFaceLandmarks(canvasArg, faceLandmarks) { } // package.json -var version = "1.2.2"; +var version = "1.2.3"; // src/ageGenderNet/AgeGenderNet.ts var tf20 = __toModule(require_tfjs_esm());