JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
mobilenet_v2.MobileNetV2 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_v2.py.

Constructor & Destructor Documentation

◆ __init__()

def mobilenet_v2.MobileNetV2.__init__ (   self,
  modelPath,
  labelPath,
  backendId = 0,
  targetId = 0 
)

Definition at line 5 of file mobilenet_v2.py.

Member Function Documentation

◆ infer()

◆ name()

def mobilenet_v2.MobileNetV2.name (   self)

Definition at line 32 of file mobilenet_v2.py.

◆ setBackend()

def mobilenet_v2.MobileNetV2.setBackend (   self,
  backendId 
)

◆ setTarget()

Member Data Documentation

◆ backend_id

◆ input_names

mobilenet_v2.MobileNetV2.input_names

Definition at line 15 of file mobilenet_v2.py.

Referenced by mobilenet_v2.MobileNetV2.infer().

◆ input_size

◆ label_path

mobilenet_v2.MobileNetV2.label_path

Definition at line 7 of file mobilenet_v2.py.

◆ labels

◆ mean

◆ model

◆ model_path

mobilenet_v2.MobileNetV2.model_path

◆ output_names

mobilenet_v2.MobileNetV2.output_names

◆ std

mobilenet_v2.MobileNetV2.std

◆ target_id


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