JeVoisBase  1.21
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
Loading...
Searching...
No Matches
mobilenet_v1.MobileNetV1 Class Reference

Public Member Functions

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

Public Attributes

 model_path
 
 label_path
 
 backend_id
 
 target_id
 
 model
 
 input_names
 
 output_names
 
 input_size
 
 mean
 
 std
 
 labels
 

Protected Member Functions

 _load_labels (self)
 
 _preprocess (self, image)
 
 _postprocess (self, output_blob)
 

Detailed Description

Definition at line 4 of file mobilenet_v1.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 5 of file mobilenet_v1.py.

Member Function Documentation

◆ _load_labels()

mobilenet_v1.MobileNetV1._load_labels (   self)
protected

◆ _postprocess()

◆ _preprocess()

◆ infer()

◆ name()

mobilenet_v1.MobileNetV1.name (   self)

Definition at line 32 of file mobilenet_v1.py.

◆ setBackend()

◆ setTarget()

Member Data Documentation

◆ backend_id

◆ input_names

mobilenet_v1.MobileNetV1.input_names

◆ input_size

◆ label_path

mobilenet_v1.MobileNetV1.label_path

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