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.
- Host: GitHub
- URL: https://github.com/wistudent/deepmatchinggpu
- Owner: WIStudent
- Created: 2017-04-28T23:21:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T18:39:59.000Z (about 9 years ago)
- Last Synced: 2025-04-02T15:16:29.864Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 636 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.