This is the implementation of the paper:
I. Rocco, R. Arandjelović and J. Sivic. Convolutional neural network architecture for geometric matching. CVPR 2017 [website][arXiv]
using PyTorch (for MatConvNet implementation click here).
If you use this code in your project, please cite use using:
@InProceedings{Rocco17,
author = "Rocco, I. and Arandjelovi\'c, R. and Sivic, J.",
title = "Convolutional neural network architecture for geometric matching",
booktitle = "Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition",
year = "2017",
}
- Python 3
- pytorch > 0.2.0, torchvision
- numpy, skimage (included in conda)
- demo.py demonstrates the results on the ProposalFlow dataset
- train.py is the main training script
- eval_pf.py evaluates on the ProposalFlow dataset