Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implementation of "Deep Graph Matching Consensus" in PyTorch

License

NotificationsYou must be signed in to change notification settings

rusty1s/deep-graph-matching-consensus

Repository files navigation


Build StatusDocs StatusCode Coverage

Documentation

This is a PyTorch implementation ofDeep Graph Matching Consensus, as described in our paper:

Matthias Fey, Jan E. Lenssen, Christopher Morris, Jonathan Masci, Nils M. Kriege:Deep Graph Matching Consensus(ICLR 2020)

Requirements

Installation

$ python setup.py install

Head over to ourdocumentation for a detailed overview of theDGMC module.

Running examples

We provide training and evaluation procedures for thePascalVOC with Berkely annotations dataset, theWILLOW-ObjectClass dataset, thePascalPF dataset, and theDBP15K dataset.Experiments can be run via:

$ cd examples/$ python pascal.py$ python willow.py$ python pascal_pf.py$ python dbp15k.py --category=zh_en

Cite

Please citeour paper if you use this code in your own work:

@inproceedings{Fey/etal/2020,  title={Deep Graph Matching Consensus},  author={Fey, M. and Lenssen, J. E. and Morris, C. and Masci, J. and Kriege, N. M.},  booktitle={International Conference on Learning Representations (ICLR)},  year={2020},}

Running tests

$ python setup.py test

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp