nmwsharp / neural-implicit-queries
Queries on neural implicit surfaces via range analysis: ray casting, intersection, closest point, & more. SIGGRAPH 2022 paper. JAX implementation.
☆174Updated 2 years ago
Alternatives and similar repositories for neural-implicit-queries:
Users that are interested in neural-implicit-queries are comparing it to the libraries listed below
- Generate watertight meshes and sdf grids from degenerate, non-manifold meshes☆102Updated 2 years ago
- Efficient Eikonal equation solver using CUDA☆91Updated 2 months ago
- ☆103Updated 2 years ago
- Blazingly fast encoding for neural networks based on permutohedral lattices☆103Updated last year
- Code for DeepCurrents: Learning Implicit Representations of Shapes with Boundaries☆55Updated 3 years ago
- PyTorch implementation of Neural Dual Contouring.☆242Updated 2 years ago
- Pytorch implementation of NeurIPS 2021 paper: Geometry Processing with Neural Fields.☆201Updated last year
- Differentiable Rendering Toolkit☆87Updated 2 weeks ago
- ☆48Updated 5 months ago
- Gradient, divergence, Laplacian on point clouds. Useful for setting up and solving PDEs on point clouds and learning anisotropic features…☆75Updated 2 years ago
- Path-space differentiable renderer☆161Updated last year
- DIST: Rendering Deep Implicit Signed Distance Function with Differentiable Sphere Tracing (CVPR 2020).☆221Updated 4 years ago
- ReLU Fields The Little Non-linearity That Could☆113Updated last year
- Implementation of the local remesher from "A Remeshing Approach to Multiresolution Modeling" by M. Botsch and L. Kobbelt, to work with th…