Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'Delaunay' object has no attribute 'vertices' #842

Open
yuli-stack opened this issue Oct 13, 2023 · 0 comments
Open

AttributeError: 'Delaunay' object has no attribute 'vertices' #842

yuli-stack opened this issue Oct 13, 2023 · 0 comments

Comments

@yuli-stack
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant