Hi @sunghyun96
The recommended replacement for DeepViewRT on i.MX Plus is TesnsorFlow Lite (TFlite) + VX Delegate.
VX Delegate is the official replacement for DeepViewRT, it uses OpenVX under the hood to offload suppported operations to the NPU.
TFLite modes must be quantized (INT8) and converted using the eIQ toolkit to be compatible with the VX Delegate.
Since you are using ONNX Runtime, I would suggest you convert your ONNX model to TFLite (INT8) using the eIQ Toolkit or TensorFlow tools, then run it with TFLite + VX Delegate.
Regards
Daniel