Fix Cordova mobile and PWA model locations (#104)

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
Reviewed-on: Georgi_Lab/ALVINN_f7#104
This commit is contained in:
2024-02-21 17:55:23 -07:00
parent ede015ef70
commit 72f2d5c488

View File

@@ -333,7 +333,10 @@
this.activeRegion = 0
this.detectorName = 'thorax'
this.classesList = thoraxClasses
this.modelLocation = '../models/thorax_tfwm/model.json'
/* VITE setting */
//this.modelLocation = '../models/thorax_tfwm/model.json'
/* PWA Build setting */
this.modelLocation = './models/thorax_tfwm/model.json'
this.modelLocationCordova = 'https://localhost/models/thorax_tfwm/model.json'
break;
case 'abdomen':