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

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
 

Detailed Description

Definition at line 10 of file crnn.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

crnn.CRNN.__init__ (   self,
  modelPath,
  charsetPath,
  backendId = 0,
  targetId = 0 
)

Definition at line 11 of file crnn.py.

◆ __init__() [2/2]

Member Function Documentation

◆ _load_charset() [1/2]

crnn.CRNN._load_charset (   self,
  charsetPath 
)
protected

Definition at line 34 of file crnn.py.

Referenced by crnn.CRNN.__init__().

◆ _load_charset() [2/2]

crnn.CRNN._load_charset (   self,
  charsetPath 
)
protected

Definition at line 34 of file crnn.py.

Referenced by crnn.CRNN.__init__().

◆ _postprocess() [1/2]

crnn.CRNN._postprocess (   self,
  outputBlob 
)
protected

◆ _postprocess() [2/2]

crnn.CRNN._postprocess (   self,
  outputBlob 
)
protected

◆ _preprocess() [1/2]

◆ _preprocess() [2/2]

◆ infer() [1/2]

◆ infer() [2/2]

◆ name() [1/2]

crnn.CRNN.name (   self)

Definition at line 31 of file crnn.py.

◆ name() [2/2]

crnn.CRNN.name (   self)

Definition at line 31 of file crnn.py.

◆ setBackend() [1/2]

◆ setBackend() [2/2]

◆ setTarget() [1/2]

◆ setTarget() [2/2]

Member Data Documentation

◆ _backendId

◆ _charset

crnn.CRNN._charset
protected

Definition at line 21 of file crnn.py.

Referenced by crnn.CRNN.__init__(), and crnn.CRNN._postprocess().

◆ _charsetPath

crnn.CRNN._charsetPath
protected

Definition at line 13 of file crnn.py.

Referenced by crnn.CRNN.__init__().

◆ _inputSize

◆ _model

◆ _model_path

crnn.CRNN._model_path
protected

◆ _targetId

◆ _targetVertices

crnn.CRNN._targetVertices
protected

Definition at line 23 of file crnn.py.

Referenced by crnn.CRNN.__init__(), and crnn.CRNN._preprocess().


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