API and Modules
Classic (learning-free) linear assignment problem solvers. |
|
Classic (learning-free) two-graph matching solvers. |
|
Classic (learning-free) multi-graph matching solvers. |
|
Neural network-based graph matching solvers. |
|
Utility functions: problem formulating, data processing, and beyond. |
|
The Benchmark module with a unified data interface to evaluate graph matching methods. |
|
The implementations of data loading and data processing. |
Warning
By default the API functions and modules run on numpy backend. You could set the default backend by setting
pygm.BACKEND. If you enable other backends than numpy, the corresponding package should be installed. See
the installation guide for details.