densemaps¶
densemaps: abstract, memory-scalable correspondence maps for 3D geometry.
Two interchangeable backends are provided as subpackages:
densemaps.numpy– NumPy/SciPy, CPU only, no PyTorch required.densemaps.torch– PyTorch (CUDA/keops) backend; adds the memory-scalableKernelDistMap. Importing it requirestorch(install the[torch]extra).
The top-level package intentionally does not import the torch backend, so that
import densemaps works in a torch-free environment.
Modules