From 69f58c0b75ff19c1421db445438e995650d5e11e Mon Sep 17 00:00:00 2001 From: Kwang Moo Yi Date: Thu, 7 Jul 2016 13:59:50 +0200 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 877fe45..f020812 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Learning to Assign Orientations to Feature Points -This software is a Python implemenation of the Learned Orientation Estimator presented in [1]. This software is intended to be used in conjuction with the [benchmark-orientation](https://github.com/kmyid/benchmark-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 Python implemenation of the Learned Orientation Estimator presented in [1]. This software is intended to be used in conjuction with the [benchmark-orientation](https://github.com/kmyid/benchmark-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. This software is strictly for academic purposes only. For other purposes, please contact us. When using this software, please cite [1] and other appropriate publications if necessary (see matlab/external/licenses for details).