-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Hi, thanks for the great work!
I am trying to test your TensorRT script in my application, and I have a question. I noticed some differences between the demo scripts (run_demo and run_demo_tensorrt). In the run_demo_tensorrt script, it seems that the required input image size is [448, 640] or at least "height and width must be divisible by 32".
What should I do if my input images have a resolution of [400, 640]? In the run_demo script I see that image padding is applied, but this part does not appear in the run_demo_tensorrt script. Would it be possible to pad the images before inference and then remove the padding after computing the disparity?
Could you clarify what the recommended input image dimensions are for the best results?
Thanks a lot!