This page contains software and instructions for factorized graph matching (FGM)[1][2]. In addition, we include the following state-of-the-arts methods as baselines:
The implementations of the above methods are taken from the authors' websites (The code of GA was also implemented in the code of SMAC). We appreciate all the authors for their generosity in sharing codes.
1
2
3
4
5
|
>> cd fgm
>> ls
make.m addPath.m demoToy.m demoHouse.m testToy.m testHouse.m README.md
data save src lib
>> make
>> addPath
>> demoHouse
|
data: | This folder contains the CMU House image dataset. |
save: | This folder contains the experimental results reported in the paper. |
src: | This folder contains the main implementation of FGM as well as other baselines. |
lib: | This folder contains some necessary library functions. |
make.m: | Matlab makefile for C++ code. |
addPath.m: | Adds the sub-directories into the path of Matlab. |
demoToy.m: | A demo comparison of different graph matching methods on the synthetic dataset. |
demoHouse.m: | A demo comparison of different matching methods on the CMU House image dataset. |
testToy.m: | Testing the performance of different graph matching methods on the synthetic dataset.
This is a similar function used for reporting (Fig. 4) the first experiment (Sec 5.1) in the CVPR 2012 paper[2].
|
testHouse.m: | Testing the performance of different graph matching methods on the CMU House image dataset.
This is the same function used for reporting (Fig. 4) the first experiment (Sec 5.1) in the CVPR 2013 paper[1].
|
This software is free for use in research projects. If you publish results obtained using this software, please use this citation:
Contributing back bug fixes and improvements is polite and encouraged. If you have any question, feel free to contact Feng Zhou.