Fix Cordova mobile and PWA model locations
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user