Toolbox for common ground for graph matching methods
- KerGM
- HiPPI
- KMeans
- MSync
- MatchEIG
- QuickMatch
- Sparse Quadratic Optimisation over the Stiefel Manifold with Application to Permutation Synchronisation
- IRGCL
- Multiway KerGM
- MM method proposed by Jain
The package can be installed in editable mode using the following command in the same repertory as setup.py,
pip install -e .
We also propose a configuration for Poetry as an alternative for installation.
We provide 2 examples based on this toolbox,
- KMeans for graph matching.
- Application of different methods on Willow and PascalVOC databases using Pytorch-Geometrics. For example,
python scripts/PyTorchGeo_Example.py --category duck --sigma 70.0 --gamma 0.01 --rff 200
will run the MKerGM method on the duck class from Willow.
These examples may require modules that are not required in the setup.
- Guillaume Auzias (INT)
- François-Xavier Dupé (LIS)
- Sylvain Takerkart (INT)
- Rohit Yadav (INT, LIS)
All authors are from Aix-Marseille University.