JeVoisBase
1.18
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
Public Member Functions | |
def | __init__ (self, model_path, kernel_cls1_path, kernel_r1_path, backend_id=0, target_id=0) |
def | name (self) |
def | setBackend (self, backend_id) |
def | setTarget (self, target_id) |
def | init (self, image, roi) |
def | infer (self, image) |
Definition at line 10 of file dasiamrpn.py.
def dasiamrpn.DaSiamRPN.__init__ | ( | self, | |
model_path, | |||
kernel_cls1_path, | |||
kernel_r1_path, | |||
backend_id = 0 , |
|||
target_id = 0 |
|||
) |
Definition at line 11 of file dasiamrpn.py.
References dasiamrpn.DaSiamRPN._backend_id, dasiamrpn.DaSiamRPN._kernel_cls1_path, dasiamrpn.DaSiamRPN._kernel_r1_path, pphumanseg.PPHumanSeg._model, sface.SFace._model, ppresnet.PPResNet._model, yunet.YuNet._model, dasiamrpn.DaSiamRPN._model, dasiamrpn.DaSiamRPN._model_path, dasiamrpn.DaSiamRPN._param, and dasiamrpn.DaSiamRPN._target_id.
def dasiamrpn.DaSiamRPN.infer | ( | self, | |
image | |||
) |
Definition at line 53 of file dasiamrpn.py.
References pphumanseg.PPHumanSeg._model, sface.SFace._model, ppresnet.PPResNet._model, yunet.YuNet._model, and dasiamrpn.DaSiamRPN._model.
Referenced by youtureid.YoutuReID.query().
def dasiamrpn.DaSiamRPN.init | ( | self, | |
image, | |||
roi | |||
) |
Definition at line 50 of file dasiamrpn.py.
References pphumanseg.PPHumanSeg._model, sface.SFace._model, ppresnet.PPResNet._model, yunet.YuNet._model, and dasiamrpn.DaSiamRPN._model.
def dasiamrpn.DaSiamRPN.name | ( | self | ) |
Definition at line 27 of file dasiamrpn.py.
def dasiamrpn.DaSiamRPN.setBackend | ( | self, | |
backend_id | |||
) |
Definition at line 30 of file dasiamrpn.py.
References dasiamrpn.DaSiamRPN._backend_id, dasiamrpn.DaSiamRPN._kernel_cls1_path, dasiamrpn.DaSiamRPN._kernel_r1_path, pphumanseg.PPHumanSeg._model, sface.SFace._model, ppresnet.PPResNet._model, yunet.YuNet._model, dasiamrpn.DaSiamRPN._model, dasiamrpn.DaSiamRPN._model_path, dasiamrpn.DaSiamRPN._param, and dasiamrpn.DaSiamRPN._target_id.
def dasiamrpn.DaSiamRPN.setTarget | ( | self, | |
target_id | |||
) |
Definition at line 40 of file dasiamrpn.py.
References dasiamrpn.DaSiamRPN._backend_id, dasiamrpn.DaSiamRPN._kernel_cls1_path, dasiamrpn.DaSiamRPN._kernel_r1_path, pphumanseg.PPHumanSeg._model, sface.SFace._model, ppresnet.PPResNet._model, yunet.YuNet._model, dasiamrpn.DaSiamRPN._model, dasiamrpn.DaSiamRPN._model_path, dasiamrpn.DaSiamRPN._param, and dasiamrpn.DaSiamRPN._target_id.