How to view/save the image resized by the nvinfer element?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) - Jetson Xavier NX
• DeepStream Version - 6.1.1
• JetPack Version (valid for Jetson only) - 5.0.2
• TensorRT Version - 8.4.1.555
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
I’m using python deepstream app and the input image size is 1920x1080 and the image size for inference is 1248x384 and the image size for tracker is 640x384.
I would like to see how the input images get resized by the elements “nvinfer” and “nvtracker” to get an understanding of the image being processed.
I tried to attach a probe method for the “nvinfer” element’s sink and source method, but I don’t see the resized(1248x384) image rather I see the full(1920x1080) image.
Could someone help me to visualize/store the resized image by the nvinfer element?

This requires modifying the code of nvinfer(/opt/nvidia/deepstream/deepstream/sources/gst-plugins/gst-nvinfer).

You can refer this FAQ.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

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