Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyi committed Jul 7, 2016
1 parent b6d93a0 commit 2b7cc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 2b7cc3b

Please sign in to comment.