If I train a model with images of size 2000x1000 and I use this model to infer on images of size 1000x500, would TAO resize the images from 1000x500 to 2000x1000 during inferencing? or would it simply pad the images with zeros?
I am asking the question in the context of fasterrcnn but I assume the same would apply for other networks as well.