Classes | |
| class | ObjectDetectionOperator |
| Object Detection operator properties for Script Engine . Read the documentation for more info. More... | |
Enumerations | |
| enum | DetectionState { NoModel = 0 , Initializing = 1 , InitializingEncrypted = 2 , Loaded = 3 , Running = 4 , Stopped = 5 , GeneratingEngineCache = 6 , StoppedUnlicenced = 7 , ModelError = 8 , RunError = 9 , InitializationError = 10 , TensorDirNotFound = 11 , LicenseError = 12 } |
| enum | ExecutionProvider { CUDA = 0 , TensorRT = 1 } |
| enum | TensorRtPrecisionMode { FP32 = 0 , FP16 = 1 } |