Return to standard model folder locations
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -293,7 +293,7 @@
|
||||
import submitMixin from './submit-mixin'
|
||||
import detectMixin from './local-detect'
|
||||
|
||||
import thoraxClasses from '../models/thorax-0.1.0-n960/classes.json'
|
||||
import thoraxClasses from '../models/thorax/classes.json'
|
||||
|
||||
export default {
|
||||
mixins: [submitMixin, detectMixin],
|
||||
@@ -341,10 +341,10 @@
|
||||
this.detectorName = 'thorax'
|
||||
this.classesList = thoraxClasses
|
||||
/* VITE setting */
|
||||
this.modelLocation = '../models/thorax-0.1.0-n960/model.json'
|
||||
this.modelLocation = '../models/thorax/model.json'
|
||||
/* PWA Build setting */
|
||||
//this.modelLocation = './models/thorax-0.1.0-n960/model.json'
|
||||
this.modelLocationCordova = 'https://localhost/models/thorax-0.1.0-n960/model.json'
|
||||
//this.modelLocation = './models/thorax/model.json'
|
||||
this.modelLocationCordova = 'https://localhost/models/thorax/model.json'
|
||||
break;
|
||||
case 'abdomen':
|
||||
this.activeRegion = 1
|
||||
|
||||
Reference in New Issue
Block a user