Streammux size and nvinfer size

Please provide complete information as applicable to your setup.

• Hardware Platform Jetson
• DeepStream Version 6.2
• JetPack Version (valid for Jetson only)
• TensorRT Version 5.1.1
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type questions
**• I set streammux weight and height is 19201080, nvinfer loaded engine input is 3368*640,I would like to know how to handle the inference process for different sizes?

nvinfer plugin and low-level are opensource. it will do preprocessing for inference. it will scale the original frame to the resolution of model input.

1 Like

Thanks, I found similar topic Nvinfer During inference, does TensorRT modify the input image to the resolution required by the model

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.