Graph matching is a fundamental yet challenging problem in pattern recognition, data mining, and others. Graph matching aims to find node-to-node correspondence among multiple graphs, by solving an NP-hard combinatorial optimization problem.
这里推荐 2 个 ThinkLab at Shanghai Jiao Tong University出品的图匹配Graph matching代码库
https://github.com/Thinklab-SJTU/pygmtools
https://github.com/Thinklab-SJTU/ThinkMatch