ignacio-rocco / cnngeometric_matconvnet

CNNGeometric MatConvNet implementation
Other
49 stars 23 forks source link

CNNGeometric MatConvNet implementation

( PyTorch version released)

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 the MatConvNet toolbox for MATLAB.

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",
}

Getting started