Example #1
0
 def getDefaultOptions(cls):
     opts = GenericDetectron2Model._load_default_options(
         'config/ai/model/detectron2/labels/mobilenetv2.json',
         DEFAULT_OPTIONS
     )
     opts['defs']['model'] = 'labels/mobilenet_v2_ImageNet.yaml'
     return opts
Example #2
0
 def getDefaultOptions(cls):
     return GenericDetectron2Model._load_default_options(
         'config/ai/model/detectron2/boundingBoxes/tridentnet.json',
         DEFAULT_OPTIONS)
 def getDefaultOptions(cls):
     return GenericDetectron2Model._load_default_options(
         'config/ai/model/detectron2/segmentationMasks/deeplabv3plus.json',
         DEFAULT_OPTIONS
     )