EfficientSAM input size

The input size, from what I understand from the file you pointed out is doing this with the inputSize.

        image = cv.resize(image, self._inputSize)

which is basically resizing the image as input.
Is there something I missed ?