I just upgraded to cellpose 4.0.4 today.
I ran the pretrained 'cyto' model with compute_masks=False, and a diameter value which was not None. This led to a cv2.resize error.

Tracing the error it occurs in models.py with the model.eval. When compute_masks=False, masks=[0]. However, it is the current code is still trying to resize this back to the input image resolution. Please could you fix this? I have drawn an arrow to indicate the line needing to fix - thanks !
