Gijs van Tulder
Gijs van Tulder
No, there's currently no function to transform landmarks directly. * You could plot the landmarks as points in a binary image, apply the deformation with `order=0`, and look at the...
Thanks. I agree, it would be nice if the deformations could be computed on the GPU. It's somewhere on my to-do list, but it's not a small change.
Should be fixed now in the pypi package as well. Thanks!
The number of points is indeed linked to the grid size. If you set the `points` argument to `3` or `(3, 3)`, you will get a 3x3 grid, i.e., a...
That's strange. It might be an installation issue. Did you install the pip package or are you running this from git? Can you import the package without elasticdeform? For example,...
I agree with the point that regexes are simpler, and I don't know where the sweet spot lies. However, a more XML-based approach could still use a lot of regexes,...