An open API service indexing awesome lists of open source software.

https://github.com/wistudent/deepmatchinggpu

A modified version of DeepMatchingGPU that is compatible with Caffe 1.0 and Ubuntu 16.10.
https://github.com/wistudent/deepmatchinggpu

Last synced: 12 months ago
JSON representation

A modified version of DeepMatchingGPU that is compatible with Caffe 1.0 and Ubuntu 16.10.

Awesome Lists containing this project

README

          

# DeepMatchingGPU
A modified version of [DeepMatchingGPU](http://lear.inrialpes.fr/src/deepmatching/) that is compatible with [Caffe 1.0](https://github.com/BVLC/caffe) and Ubuntu 16.10.

Since the original version of DeepMatchingGPU was written Caffe's include structure changed, which made it necessary to update some include instructions in DeepMatchingGPU's code. Also the Makefile was rewritten in order to work on Ubuntu.

See INSTALLATION.md for step-by-step instructions on how to compile Caffe and DeepMatchingGPU. See ORIGINAL_README.md for more information about DeepMatchingGPU.