I cann’t apply dynamic shape to UFF models.
- dynamic shape: https://docs.nvidia.com/deeplearning/sdk/tensorrt-developer-guide/index.html#work_dynamic_shapes
I should call “registerInput(inputName, inputDims, inputOrder)” to parse UFF file by developer guide.
If so, I can not use dynamic shape because the prediction engine has the fixed input dimension.
So I wonder that I MUST use ONNX to get dynamic shape or not.