From a43f7a1e3afdee8a2368f92df22cf2432deaf0eb Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 16 Jun 2021 15:46:05 -0400 Subject: [PATCH] update --- demo/facematch/facematch.js | 2 +- demo/multithread/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/facematch/facematch.js b/demo/facematch/facematch.js index 768bac56..97fcdf66 100644 --- a/demo/facematch/facematch.js +++ b/demo/facematch/facematch.js @@ -213,7 +213,7 @@ async function main() { 'groups/group14.jpg', ]; // add prefix for gitpages - images = images.map((a) => `/samples/${a}`); + images = images.map((a) => `/human/samples/${a}`); log('Adding static image list:', images.length, 'images'); } diff --git a/demo/multithread/index.html b/demo/multithread/index.html index d0693760..3551c2c1 100644 --- a/demo/multithread/index.html +++ b/demo/multithread/index.html @@ -14,7 +14,7 @@