We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi @aliutkus thanks for sharing the wonderful work, I'm wondering how to extend the function to 2d points?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your interest. Good question, yes I guess it's feasible, and requires some multidimensionnel generalization to searchsorted. The common way is to use Delaunay triangulation. Both matlab and scipy have this. See for instance https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.LinearNDInterpolator.html#scipy.interpolate.LinearNDInterpolator It would basically mean porting that code to torch...
Sorry, something went wrong.
Did anyone ended-up working on this? Seems like a cool idea.
No branches or pull requests
hi @aliutkus thanks for sharing the wonderful work, I'm wondering how to extend the function to 2d points?
The text was updated successfully, but these errors were encountered: