Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.3-docker
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.5
• NVIDIA GPU Driver Version (valid for GPU only) 550.142
When I input multiple sources, my model is trained with 640*640 resolution, and when I use self.streammux.set_property(‘width’, 1920)
self.streammux.set_property(‘height’, 1080) Does it automatically scale to 640 by 640 when given to nvinfer