From 3be41802feb4fabb103c0789aaa253c48bbcf3a6 Mon Sep 17 00:00:00 2001 From: Song Date: Fri, 3 Apr 2026 20:05:57 -0700 Subject: [PATCH 1/2] add fp32 resnet50 model for vitisai ep deomo Signed-off-by: Song --- demos/image-classification/index.html | 8 + demos/image-classification/index.js | 233 +- .../models/amd/resnet50/config.json | 2026 +++++++++++++++++ .../amd/resnet50/preprocessor_config.json | 20 + demos/image-classification/static/main.css | 8 + fetch_models.js | 4 + 6 files changed, 2283 insertions(+), 16 deletions(-) create mode 100644 demos/image-classification/models/amd/resnet50/config.json create mode 100644 demos/image-classification/models/amd/resnet50/preprocessor_config.json diff --git a/demos/image-classification/index.html b/demos/image-classification/index.html index 6399902..774e542 100644 --- a/demos/image-classification/index.html +++ b/demos/image-classification/index.html @@ -105,6 +105,14 @@

WebNN NPU +
+ + +