| JeVoisBase
		   1.23
		 JeVois Smart Embedded Machine Vision Toolkit Base Modules | 
 | 
| Public Member Functions | |
| __init__ (self, modelPath, charsetPath, backendId=0, targetId=0) | |
| name (self) | |
| setBackend (self, backend_id) | |
| setTarget (self, target_id) | |
| infer (self, image, rbbox) | |
| __init__ (self, modelPath, charsetPath, backendId=0, targetId=0) | |
| name (self) | |
| setBackend (self, backend_id) | |
| setTarget (self, target_id) | |
| infer (self, image, rbbox) | |
| Protected Member Functions | |
| _load_charset (self, charsetPath) | |
| _preprocess (self, image, rbbox) | |
| _postprocess (self, outputBlob) | |
| _load_charset (self, charsetPath) | |
| _preprocess (self, image, rbbox) | |
| _postprocess (self, outputBlob) | |
| Protected Attributes | |
| _model_path | |
| _charsetPath | |
| _backendId | |
| _targetId | |
| _model | |
| _charset | |
| _inputSize | |
| _targetVertices | |
| crnn.CRNN.__init__ | ( | self, | |
| modelPath, | |||
| charsetPath, | |||
| backendId = 0, | |||
| targetId = 0 | |||
| ) | 
| crnn.CRNN.__init__ | ( | self, | |
| modelPath, | |||
| charsetPath, | |||
| backendId = 0, | |||
| targetId = 0 | |||
| ) | 
Definition at line 11 of file crnn.py.
References yunet.YuNet._backendId, sface.SFace._backendId, pphumanseg.PPHumanSeg._backendId, ppresnet.PPResNet._backendId, youtureid.YoutuReID._backendId, db.DB._backendId, crnn.CRNN._backendId, crnn.CRNN._charset, crnn.CRNN._charsetPath, yunet.YuNet._inputSize, pphumanseg.PPHumanSeg._inputSize, ppresnet.PPResNet._inputSize, db.DB._inputSize, crnn.CRNN._inputSize, crnn.CRNN._load_charset(), yunet.YuNet._model, sface.SFace._model, pphumanseg.PPHumanSeg._model, ppresnet.PPResNet._model, dasiamrpn.DaSiamRPN._model, youtureid.YoutuReID._model, wechatqrcode.WeChatQRCode._model, db.DB._model, crnn.CRNN._model, dasiamrpn.DaSiamRPN._model_path, crnn.CRNN._model_path, yunet.YuNet._targetId, sface.SFace._targetId, pphumanseg.PPHumanSeg._targetId, ppresnet.PPResNet._targetId, youtureid.YoutuReID._targetId, db.DB._targetId, crnn.CRNN._targetId, and crnn.CRNN._targetVertices.
| 
 | protected | 
Definition at line 34 of file crnn.py.
Referenced by crnn.CRNN.__init__().
| 
 | protected | 
Definition at line 34 of file crnn.py.
Referenced by crnn.CRNN.__init__().
| 
 | protected | 
Decode charaters from outputBlob
Definition at line 77 of file crnn.py.
References crnn.CRNN._charset.
Referenced by pphumanseg.PPHumanSeg.infer(), mobilenet_v1.MobileNetV1.infer(), mobilenet_v2.MobileNetV2.infer(), ppresnet.PPResNet.infer(), lpd_yunet.LPD_YuNet.infer(), mp_palmdet.MPPalmDet.infer(), and crnn.CRNN.infer().
| 
 | protected | 
Decode charaters from outputBlob
Definition at line 77 of file crnn.py.
References crnn.CRNN._charset.
Referenced by pphumanseg.PPHumanSeg.infer(), mobilenet_v1.MobileNetV1.infer(), mobilenet_v2.MobileNetV2.infer(), ppresnet.PPResNet.infer(), lpd_yunet.LPD_YuNet.infer(), mp_palmdet.MPPalmDet.infer(), and crnn.CRNN.infer().
| 
 | protected | 
Definition at line 50 of file crnn.py.
References yunet.YuNet._inputSize, pphumanseg.PPHumanSeg._inputSize, ppresnet.PPResNet._inputSize, db.DB._inputSize, crnn.CRNN._inputSize, dasiamrpn.DaSiamRPN._model_path, crnn.CRNN._model_path, and crnn.CRNN._targetVertices.
Referenced by pphumanseg.PPHumanSeg.infer(), mobilenet_v1.MobileNetV1.infer(), mobilenet_v2.MobileNetV2.infer(), ppresnet.PPResNet.infer(), lpd_yunet.LPD_YuNet.infer(), mp_palmdet.MPPalmDet.infer(), youtureid.YoutuReID.infer(), sface.SFace.infer(), and crnn.CRNN.infer().
| 
 | protected | 
Definition at line 50 of file crnn.py.
References yunet.YuNet._inputSize, pphumanseg.PPHumanSeg._inputSize, ppresnet.PPResNet._inputSize, db.DB._inputSize, crnn.CRNN._inputSize, dasiamrpn.DaSiamRPN._model_path, crnn.CRNN._model_path, and crnn.CRNN._targetVertices.
Referenced by pphumanseg.PPHumanSeg.infer(), mobilenet_v1.MobileNetV1.infer(), mobilenet_v2.MobileNetV2.infer(), ppresnet.PPResNet.infer(), lpd_yunet.LPD_YuNet.infer(), mp_palmdet.MPPalmDet.infer(), youtureid.YoutuReID.infer(), sface.SFace.infer(), and crnn.CRNN.infer().
| crnn.CRNN.infer | ( | self, | |
| image, | |||
| rbbox | |||
| ) | 
Definition at line 64 of file crnn.py.
References yunet.YuNet._model, sface.SFace._model, pphumanseg.PPHumanSeg._model, ppresnet.PPResNet._model, dasiamrpn.DaSiamRPN._model, youtureid.YoutuReID._model, wechatqrcode.WeChatQRCode._model, db.DB._model, crnn.CRNN._model, lpd_yunet.LPD_YuNet._postprocess(), mobilenet_v1.MobileNetV1._postprocess(), mobilenet_v2.MobileNetV2._postprocess(), mp_palmdet.MPPalmDet._postprocess(), pphumanseg.PPHumanSeg._postprocess(), ppresnet.PPResNet._postprocess(), crnn.CRNN._postprocess(), pphumanseg.PPHumanSeg._preprocess(), mobilenet_v1.MobileNetV1._preprocess(), mobilenet_v2.MobileNetV2._preprocess(), ppresnet.PPResNet._preprocess(), lpd_yunet.LPD_YuNet._preprocess(), mp_palmdet.MPPalmDet._preprocess(), youtureid.YoutuReID._preprocess(), sface.SFace._preprocess(), and crnn.CRNN._preprocess().
Referenced by sface.SFace.match(), and youtureid.YoutuReID.query().
| crnn.CRNN.infer | ( | self, | |
| image, | |||
| rbbox | |||
| ) | 
Definition at line 64 of file crnn.py.
References yunet.YuNet._model, sface.SFace._model, pphumanseg.PPHumanSeg._model, ppresnet.PPResNet._model, dasiamrpn.DaSiamRPN._model, youtureid.YoutuReID._model, wechatqrcode.WeChatQRCode._model, db.DB._model, crnn.CRNN._model, lpd_yunet.LPD_YuNet._postprocess(), mobilenet_v1.MobileNetV1._postprocess(), mobilenet_v2.MobileNetV2._postprocess(), mp_palmdet.MPPalmDet._postprocess(), pphumanseg.PPHumanSeg._postprocess(), ppresnet.PPResNet._postprocess(), crnn.CRNN._postprocess(), pphumanseg.PPHumanSeg._preprocess(), mobilenet_v1.MobileNetV1._preprocess(), mobilenet_v2.MobileNetV2._preprocess(), ppresnet.PPResNet._preprocess(), lpd_yunet.LPD_YuNet._preprocess(), mp_palmdet.MPPalmDet._preprocess(), youtureid.YoutuReID._preprocess(), sface.SFace._preprocess(), and crnn.CRNN._preprocess().
Referenced by sface.SFace.match(), and youtureid.YoutuReID.query().
| crnn.CRNN.setBackend | ( | self, | |
| backend_id | |||
| ) | 
Definition at line 42 of file crnn.py.
References yunet.YuNet._backendId, sface.SFace._backendId, pphumanseg.PPHumanSeg._backendId, ppresnet.PPResNet._backendId, youtureid.YoutuReID._backendId, db.DB._backendId, crnn.CRNN._backendId, yunet.YuNet._model, sface.SFace._model, pphumanseg.PPHumanSeg._model, ppresnet.PPResNet._model, dasiamrpn.DaSiamRPN._model, youtureid.YoutuReID._model, wechatqrcode.WeChatQRCode._model, db.DB._model, and crnn.CRNN._model.
| crnn.CRNN.setBackend | ( | self, | |
| backend_id | |||
| ) | 
Definition at line 42 of file crnn.py.
References yunet.YuNet._backendId, sface.SFace._backendId, pphumanseg.PPHumanSeg._backendId, ppresnet.PPResNet._backendId, youtureid.YoutuReID._backendId, db.DB._backendId, crnn.CRNN._backendId, yunet.YuNet._model, sface.SFace._model, pphumanseg.PPHumanSeg._model, ppresnet.PPResNet._model, dasiamrpn.DaSiamRPN._model, youtureid.YoutuReID._model, wechatqrcode.WeChatQRCode._model, db.DB._model, and crnn.CRNN._model.
| crnn.CRNN.setTarget | ( | self, | |
| target_id | |||
| ) | 
Definition at line 46 of file crnn.py.
References yunet.YuNet._model, sface.SFace._model, pphumanseg.PPHumanSeg._model, ppresnet.PPResNet._model, dasiamrpn.DaSiamRPN._model, youtureid.YoutuReID._model, wechatqrcode.WeChatQRCode._model, db.DB._model, crnn.CRNN._model, yunet.YuNet._targetId, sface.SFace._targetId, pphumanseg.PPHumanSeg._targetId, ppresnet.PPResNet._targetId, youtureid.YoutuReID._targetId, db.DB._targetId, and crnn.CRNN._targetId.
| crnn.CRNN.setTarget | ( | self, | |
| target_id | |||
| ) | 
Definition at line 46 of file crnn.py.
References yunet.YuNet._model, sface.SFace._model, pphumanseg.PPHumanSeg._model, ppresnet.PPResNet._model, dasiamrpn.DaSiamRPN._model, youtureid.YoutuReID._model, wechatqrcode.WeChatQRCode._model, db.DB._model, crnn.CRNN._model, yunet.YuNet._targetId, sface.SFace._targetId, pphumanseg.PPHumanSeg._targetId, ppresnet.PPResNet._targetId, youtureid.YoutuReID._targetId, db.DB._targetId, and crnn.CRNN._targetId.
| 
 | protected | 
Definition at line 14 of file crnn.py.
Referenced by crnn.CRNN.__init__(), db.DB.__init__(), db.DB.setBackend(), pphumanseg.PPHumanSeg.setBackend(), ppresnet.PPResNet.setBackend(), youtureid.YoutuReID.setBackend(), crnn.CRNN.setBackend(), yunet.YuNet.setBackend(), sface.SFace.setBackend(), yunet.YuNet.setTarget(), and sface.SFace.setTarget().
| 
 | protected | 
Definition at line 21 of file crnn.py.
Referenced by crnn.CRNN.__init__(), and crnn.CRNN._postprocess().
| 
 | protected | 
Definition at line 13 of file crnn.py.
Referenced by crnn.CRNN.__init__().
| 
 | protected | 
Definition at line 22 of file crnn.py.
Referenced by crnn.CRNN.__init__(), db.DB.__init__(), crnn.CRNN._preprocess(), pphumanseg.PPHumanSeg.infer(), ppresnet.PPResNet.infer(), db.DB.infer(), yunet.YuNet.setBackend(), db.DB.setInputSize(), and yunet.YuNet.setTarget().
| 
 | protected | 
Definition at line 17 of file crnn.py.
Referenced by crnn.CRNN.__init__(), db.DB.__init__(), sface.SFace._preprocess(), yunet.YuNet.infer(), pphumanseg.PPHumanSeg.infer(), ppresnet.PPResNet.infer(), dasiamrpn.DaSiamRPN.infer(), youtureid.YoutuReID.infer(), wechatqrcode.WeChatQRCode.infer(), db.DB.infer(), sface.SFace.infer(), crnn.CRNN.infer(), dasiamrpn.DaSiamRPN.init(), sface.SFace.match(), db.DB.setBackend(), pphumanseg.PPHumanSeg.setBackend(), ppresnet.PPResNet.setBackend(), dasiamrpn.DaSiamRPN.setBackend(), youtureid.YoutuReID.setBackend(), crnn.CRNN.setBackend(), yunet.YuNet.setBackend(), sface.SFace.setBackend(), yunet.YuNet.setInputSize(), db.DB.setInputSize(), db.DB.setTarget(), pphumanseg.PPHumanSeg.setTarget(), ppresnet.PPResNet.setTarget(), dasiamrpn.DaSiamRPN.setTarget(), youtureid.YoutuReID.setTarget(), crnn.CRNN.setTarget(), yunet.YuNet.setTarget(), and sface.SFace.setTarget().
| 
 | protected | 
Definition at line 12 of file crnn.py.
Referenced by crnn.CRNN.__init__(), crnn.CRNN._preprocess(), dasiamrpn.DaSiamRPN.setBackend(), and dasiamrpn.DaSiamRPN.setTarget().
| 
 | protected | 
Definition at line 15 of file crnn.py.
Referenced by crnn.CRNN.__init__(), db.DB.__init__(), yunet.YuNet.setBackend(), sface.SFace.setBackend(), db.DB.setTarget(), pphumanseg.PPHumanSeg.setTarget(), ppresnet.PPResNet.setTarget(), youtureid.YoutuReID.setTarget(), crnn.CRNN.setTarget(), yunet.YuNet.setTarget(), and sface.SFace.setTarget().
| 
 | protected | 
Definition at line 23 of file crnn.py.
Referenced by crnn.CRNN.__init__(), and crnn.CRNN._preprocess().