From 6c77171184f6853dc8fa8a9fc39ba7419c8141e9 Mon Sep 17 00:00:00 2001 From: Wanming Lin Date: Tue, 7 May 2024 15:37:10 +0800 Subject: [PATCH 1/2] Optimize Tiny YoloV2 model by fusing the conv + batchNormalization --- object_detection/.eslintrc.js | 1 - object_detection/index.html | 3 - object_detection/tiny_yolov2_nchw.js | 98 +++++++++++++--------------- 3 files changed, 45 insertions(+), 57 deletions(-) diff --git a/object_detection/.eslintrc.js b/object_detection/.eslintrc.js index c02d313a..41955769 100644 --- a/object_detection/.eslintrc.js +++ b/object_detection/.eslintrc.js @@ -1,6 +1,5 @@ module.exports = { globals: { 'MLGraphBuilder': 'readonly', - 'tf': 'readonly', }, }; diff --git a/object_detection/index.html b/object_detection/index.html index e795f22f..e6f34499 100644 --- a/object_detection/index.html +++ b/object_detection/index.html @@ -176,9 +176,6 @@

No model selected

-