Home

Awesome

<h1> G-MSM: Unsupervised Multi-Shape Matching with Graph-based Affinity Priors </h1>

The official implementation of the CVPR'2023 paper ([arXiv]).

Setting up the python interpreter

conda env create --name gmsm_env -f gmsm_env.yml
conda activate gmsm_env

Data

Run the code

Train

python3 main.py

Test

python3 eval_scripts.py

Citation

If you use our implementation for your own work, please cite:

@article{eisenberger2023g,
  title={G-MSM: Unsupervised Multi-Shape Matching with Graph-based Affinity Priors},
  author={Eisenberger, Marvin and Toker, Aysim and Leal-Taix{\'e}, Laura and Cremers, Daniel},
  journal={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year={2023}
}