Engine & Accelerator¶
- class Engine(value)¶
Software inference engines supported by edgeIQ
- DNN = 'DNN'¶
OpenCV’s DNN backend.
Supports:
Accelerator.GPU
(DEFAULT)
- DNN_CUDA = 'DNN_CUDA'¶
OpenCV’s CUDA Inference Engine backend.
Supports:
Accelerator.NVIDIA
(DEFAULT)
- TENSOR_RT = 'TENSOR_RT'¶
Tensor RT Engine
Supports:
- HAILO_RT = 'HAILO_RT'¶
Hailo RT Engine
Supports:
- QAIC_RT = 'QAIC_RT'¶
QAIC RT Engine
Supports:
- ONNX_RT = 'ONNX_RT'¶
ONNX RT Engine
Supports:
- PYTORCH = 'PYTORCH'¶
PYTORCH Engine
Supports: