From 56a565f8ba6abb7611e8e01ad2bf8a221a03dab4 Mon Sep 17 00:00:00 2001 From: huningxin Date: Fri, 10 May 2024 08:24:25 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20webmachi?= =?UTF-8?q?nelearning/webnn-samples@09240eb683d87c6a50ce54a722db0879176178?= =?UTF-8?q?9b=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- object_detection/.eslintrc.js | 1 - object_detection/index.html | 3 - object_detection/main.js | 11 +-- object_detection/tiny_yolov2_nchw.js | 101 +++++++++++++-------------- 4 files changed, 50 insertions(+), 66 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

-