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.
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.
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.
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