Fix Cordova mobile and PWA model locations #104
@@ -333,7 +333,10 @@
|
|||||||
this.activeRegion = 0
|
this.activeRegion = 0
|
||||||
this.detectorName = 'thorax'
|
this.detectorName = 'thorax'
|
||||||
this.classesList = thoraxClasses
|
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'
|
this.modelLocationCordova = 'https://localhost/models/thorax_tfwm/model.json'
|
||||||
break;
|
break;
|
||||||
case 'abdomen':
|
case 'abdomen':
|
||||||
|
|||||||
Reference in New Issue
Block a user