Closed Bensong0506 closed 1 year ago
Hi,
Could you please explain why the export onnx model cannot be dynamic?
ONNXRuntime can run a dynamic model, but OpenCV does not support it. You can't use OpenCV to load a dynamic model, but OnnxRuntime can do it.
Hi,
Could you please explain why the export onnx model cannot be dynamic?