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

Public Member Functions

def __init__ (self, modelPath, nmsThreshold=0.3, scoreThreshold=0.5, backendId=0, targetId=0)
 
def name (self)
 
def setBackend (self, backendId)
 
def setTarget (self, targetId)
 
def infer (self, image)
 

Public Attributes

 model_path
 
 nms_threshold
 
 score_threshold
 
 backend_id
 
 target_id
 
 input_size
 
 model
 
 anchors
 

Detailed Description

Definition at line 4 of file mp_palmdet.py.

Constructor & Destructor Documentation

◆ __init__()

def mp_palmdet.MPPalmDet.__init__ (   self,
  modelPath,
  nmsThreshold = 0.3,
  scoreThreshold = 0.5,
  backendId = 0,
  targetId = 0 
)

Definition at line 5 of file mp_palmdet.py.

Member Function Documentation

◆ infer()

◆ name()

def mp_palmdet.MPPalmDet.name (   self)

Definition at line 21 of file mp_palmdet.py.

◆ setBackend()

◆ setTarget()

Member Data Documentation

◆ anchors

mp_palmdet.MPPalmDet.anchors

Definition at line 18 of file mp_palmdet.py.

Referenced by mp_palmdet.MPPalmDet.infer().

◆ backend_id

mp_palmdet.MPPalmDet.backend_id

Definition at line 9 of file mp_palmdet.py.

Referenced by mp_palmdet.MPPalmDet.setBackend().

◆ input_size

mp_palmdet.MPPalmDet.input_size

Definition at line 12 of file mp_palmdet.py.

Referenced by mp_palmdet.MPPalmDet.infer(), and mp_palmdet.MPPalmDet.setTarget().

◆ model

◆ model_path

mp_palmdet.MPPalmDet.model_path

◆ nms_threshold

mp_palmdet.MPPalmDet.nms_threshold

Definition at line 7 of file mp_palmdet.py.

Referenced by mp_palmdet.MPPalmDet.infer().

◆ score_threshold

mp_palmdet.MPPalmDet.score_threshold

Definition at line 8 of file mp_palmdet.py.

Referenced by mp_palmdet.MPPalmDet.infer().

◆ target_id

mp_palmdet.MPPalmDet.target_id

Definition at line 10 of file mp_palmdet.py.

Referenced by mp_palmdet.MPPalmDet.setTarget().


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