Skip to content

Instantly share code, notes, and snippets.

View WIStudent's full-sized avatar

Tobias Trumm WIStudent

View GitHub Profile
@WIStudent
WIStudent / README.md
Created February 7, 2019 19:44
Vuetify + Vue Test Utils + Jest + Stupid sync flag

If you remove {sync: false} from

const _mount = () => mount(TestComponent,  {sync: false});

in component.test.js, the test will break. If you keep it, everything is fine.

@WIStudent
WIStudent / Instructions.md
Last active November 16, 2018 08:15
Compiling DeepMatching's GPU version on Ubuntu 16.10

Compiling DeepMatching's GPU version on Ubuntu 16.10

DeepMatching is an algorithm that finds corresponding points in two images. Its GPU implementation was written for Fedora 21, which makes things a bit more difficult if you want to run it on an Ubuntu system. This document contains step-by-step instructions on how to get DeepMatching running on Ubuntu 16.10. I only tested it with Ubuntu 16.10, just let me know if it works with previous versions too.

To compile the GPU version you first need to compile the Caffe version that is included that comes with the DeepMatching files. Newer versions of Caffe won't work because Caffe changed the structure of its header files.

Compiling Caffe

Before compiling Caffe we need to make sure all its dependencies are installed. From the installation guide for Ubuntu 16.04/15.10:

sudo apt-get install build-essential cmake git pkg-config