Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.54 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.54 KB

Discrete Optimization and Smooth Discrete Optimization

This repository implements the following two papers:

The repository is now in version 1.0.0 where all features from both papers are implemened.

Dependencies and install

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

Code

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.

Documentation

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.