This repository implements the following two papers:
- J. Ren, S. Melzi, P. Wonka, and M. Ovsjanikov. Discrete Optimization for Shape Matching. Computer Graphics Forum, 40(5), 2021.
- R. Magnet, J. Ren, O. Sorkine-Hornung, and M. Ovsjanikov. Smooth NonRigid Shape Matching via Effective Dirichlet Energy Optimization. In 2022 International Conference on 3D Vision (3DV).
The repository is now in version 1.0.0 where all features from both papers are implemened.
If you have pyfmaps installed, you can remove the pyFM
repo here.
Else clone using
git clone --recurse-submodules https://github.com/RobinMagnet/smoothFM.git
Run the `Example Notebook.ipynb' for instructions on how to use the algorithms.
The code relies on the use of yaml config files, see in this directory.
Better Documentation is on its way. This repo will eventually be merged in the pyFM repo.
I am yet unsure if this produces exactly the same results as the on shown on the "Smooth NonRigid Shape Matching via Effective Dirichlet Energy Optimization" paper. Please use the v0.1.0 if you want to obtain exactly the results.