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