You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the most common way to split images into patches for inference is sliding window strategy, which sweeps the entire image with overlapping (or non-overlapping) patches. It also should add appropriate padding to the image.