Fix Cordova mobile and PWA model locations #104

Merged
jgeorgi merged 1 commits from msv-cordova-models into main 2024-02-22 00:55:24 +00:00
Showing only changes of commit 172c2bf275 - Show all commits

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':