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
Does imantics provide any built-in methods for removing entries in polygons = Mask(maskMorph).polygons()?
I would like to remove identified polygons that are smaller than a given size (say len(polygons.segmentation[l]) < 80), but cannot figure out how to do that with a imantics annotation polygons class.
The text was updated successfully, but these errors were encountered:
Does imantics provide any built-in methods for removing entries in
polygons = Mask(maskMorph).polygons()
?I would like to remove identified polygons that are smaller than a given size (say
len(polygons.segmentation[l]) < 80
), but cannot figure out how to do that with a imantics annotation polygons class.The text was updated successfully, but these errors were encountered: