From 5486b0d63150f43cdc1844cdb1636cb604b8da86 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 1 Dec 2021 08:27:05 -0500 Subject: [PATCH] update --- CHANGELOG.md | 7 ++++++- tfjs/tfjs.esm.d.ts | 29 +++++++++-------------------- 2 files changed, 15 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d5edf6..5f11035f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,13 @@ ## Changelog -### **HEAD -> main** 2021/11/24 mandic00@live.com +### **2.5.5** 2021/12/01 mandic00@live.com + +### **origin/main** 2021/11/26 mandic00@live.com + +- added human-motion +- add offscreencanvas typedefs - release preview - fix face box scaling on detection - cleanup diff --git a/tfjs/tfjs.esm.d.ts b/tfjs/tfjs.esm.d.ts index 643c1ecf..9868f4bf 100644 --- a/tfjs/tfjs.esm.d.ts +++ b/tfjs/tfjs.esm.d.ts @@ -1,13 +1,3 @@ -export declare const version: { - 'tfjs-core': string; - 'tfjs-backend-cpu': string; - 'tfjs-backend-webgl': string; - 'tfjs-data': string; - 'tfjs-layers': string; - 'tfjs-converter': string; - tfjs: string; -}; - import '@tensorflow/tfjs-core'; import '@tensorflow/tfjs-core/dist/register_all_gradients'; import '@tensorflow/tfjs-core/dist/public/chained_ops/register_all_chained_ops'; @@ -19,13 +9,12 @@ import '@tensorflow/tfjs-backend-webgl'; import '@tensorflow/tfjs-backend-wasm'; import '@tensorflow/tfjs-backend-webgpu'; -/* -/// -/// -/// -import * as data from '@tensorflow/tfjs-data'; -export { data }; -export * from '@tensorflow/tfjs-core'; -export * from '@tensorflow/tfjs-converter'; -export * from '@tensorflow/tfjs-layers'; -*/ +export declare const version: { + 'tfjs-core': string; + 'tfjs-backend-cpu': string; + 'tfjs-backend-webgl': string; + 'tfjs-data': string; + 'tfjs-layers': string; + 'tfjs-converter': string; + tfjs: string; +};