JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
mobilenet_v1.MobileNetV1 Class Reference

Public Member Functions

def __init__ (self, modelPath, labelPath, backendId=0, targetId=0)
 
def name (self)
 
def setBackend (self, backendId)
 
def setTarget (self, targetId)
 
def infer (self, image)
 

Public Attributes

 model_path
 
 label_path
 
 backend_id
 
 target_id
 
 model
 
 input_names
 
 output_names
 
 input_size
 
 mean
 
 std
 
 labels
 

Detailed Description

Definition at line 4 of file mobilenet_v1.py.

Constructor & Destructor Documentation

◆ __init__()

def mobilenet_v1.MobileNetV1.__init__ (   self,
  modelPath,
  labelPath,
  backendId = 0,
  targetId = 0 
)

Definition at line 5 of file mobilenet_v1.py.

Member Function Documentation

◆ infer()

◆ name()

def mobilenet_v1.MobileNetV1.name (   self)

Definition at line 32 of file mobilenet_v1.py.

◆ setBackend()

def mobilenet_v1.MobileNetV1.setBackend (   self,
  backendId 
)

◆ setTarget()

def mobilenet_v1.MobileNetV1.setTarget (   self,
  targetId 
)

Member Data Documentation

◆ backend_id

◆ input_names

mobilenet_v1.MobileNetV1.input_names

◆ input_size

◆ label_path

mobilenet_v1.MobileNetV1.label_path

Definition at line 7 of file mobilenet_v1.py.

◆ labels

◆ mean

◆ model

◆ model_path

mobilenet_v1.MobileNetV1.model_path

◆ output_names

mobilenet_v1.MobileNetV1.output_names

◆ std

◆ target_id


The documentation for this class was generated from the following file: