From 2b7cc3b4617a24825e80bc14e48e0c656a60272a Mon Sep 17 00:00:00 2001 From: Kwang Moo Yi Date: Thu, 7 Jul 2016 13:59:24 +0200 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2919e8..99fb7a9 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Learning to Assign Orientations to Feature Points -This software is a MATLAB implemenation of the benchmark in [1]. This software is intended to be used in conjuction with the [learn-orientation](https://github.com/kmyid/learn-orientation) repository. By default, the software does *not* use GPU, but can be easily enabled by configuring Theano to do so. +This software is a MATLAB implemenation of the benchmark in [1]. This software is intended to be used in conjuction with the [learn-orientation](https://github.com/kmyid/learn-orientation) repository, i.e. they should be *cloned side-by-side*. By default, the software does *not* use GPU, but can be easily enabled by configuring Theano to do so. In order to avoid computing the same thing multiple times, This software **USES CACHING BY DEFAULT**. It will save computed keypoints and descriptors in sub-directory of the dataset directories (detail on the dataset section below). In case you need to reset them, be sure to erase the cache files.