Inference: Polygons are not upscaled when the image has been downsized
This happens when the input image is too large for the model. During the preprocessing step, it's downsize to fit. However, the polygons created from the attention maps are not upscaled accordingly.