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
for the Example: very complex augmentation pipeline
/usr/local/lib/python3.10/dist-packages/skimage/transform/_geometric.py in estimate(self, src, dst)
982 # find affine mapping from source positions to destination
983 self.affines = []
--> 984 for tri in self._tesselation.vertices:
985 affine = AffineTransform(dimensionality=ndim)
986 success &= affine.estimate(src[tri, :], dst[tri, :])
AttributeError: 'Delaunay' object has no attribute 'vertices'
The text was updated successfully, but these errors were encountered:
for the Example: very complex augmentation pipeline
/usr/local/lib/python3.10/dist-packages/skimage/transform/_geometric.py in estimate(self, src, dst)
982 # find affine mapping from source positions to destination
983 self.affines = []
--> 984 for tri in self._tesselation.vertices:
985 affine = AffineTransform(dimensionality=ndim)
986 success &= affine.estimate(src[tri, :], dst[tri, :])
AttributeError: 'Delaunay' object has no attribute 'vertices'
The text was updated successfully, but these errors were encountered: