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
We want to perform augmentation on the image label. Therefore, it requires the nearest interpolation. We wonder whether there is the IO for this operation.
The text was updated successfully, but these errors were encountered:
Yes there is! You can assign an interpolation order to an Interpolator object, for example order=0 for nearest neighbor interpolation. For example, given image (some_image of type np.ndarray) and a Gryds transformation object some_transformation:
We want to perform augmentation on the image label. Therefore, it requires the nearest interpolation. We wonder whether there is the IO for this operation.
The text was updated successfully, but these errors were encountered: