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 typically use nearest interp mode for segmenation masks resize and there is no antialias option for nearest mode. I think we can remove antialias argument.
Yes correct. masks are a geographical positioning of class Ids. We can't do any math operation that includes averaging or numeric functions on these pixel values. We can do only nearest-interpolation logic.
We typically use nearest interp mode for segmenation masks resize and there is no antialias option for nearest mode. I think we can remove
antialias
argument.Originally posted by @vfdev-5 in #5323 (comment)
cc @vfdev-5 @datumbox @bjuncek
The text was updated successfully, but these errors were encountered: