diff --git a/src/pages/detect.vue b/src/pages/detect.vue index ad87a63..d42a3ec 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -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':