Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 958 Bytes

README.rst

File metadata and controls

31 lines (17 loc) · 958 Bytes

GEOMFUM

A pyFM-inspired package for geometric processing with functional maps.

Installation

pip install geomfum@git+https://github.com/luisfpereira/geomfum.git@main

Or the classic pipeline clone + pip install ..

Installation issues may likely arise from one of the dependencies that relies on C++ (in particular, robust_laplacian). Make sure you have installed everything they require.

For pyRMT follow the instructions here.

How to use

The how-to notebooks are designed to safely let you dive in the package. Why not starting from the beginning and simply follow the links that inspire you the most?

Have fun!