Skip to content

Commit eb149a6

Browse files
committed
typo fix and license added
1 parent 64d55db commit eb149a6

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

license.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This software release is only for research and evaluation purposes only. For
2+
any form of commercial usage, prior approval form EPFL and University of
3+
Victoria should be obtained in writing.

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# LF-Net: Learning Local Features from Images
22

3-
This repository is tensorflow implementation for Y. Ono, E. Trulls, P. Fua,
3+
This repository is a tensorflow implementation for Y. Ono, E. Trulls, P. Fua,
44
K.M. Yi, "LF-Net: Learning Local Features from Images". If you use this code in
5-
your research, please cite [the paper](https://arxiv.org/abs/1805.09662).
5+
your research, please cite [the paper](https://arxiv.org/abs/1805.09662).
66

7-
![comparison](/teasers/teasers.png)
87

8+
![comparison](/teasers/teasers.png)
99

1010
## Installation
1111

@@ -19,9 +19,9 @@ pip install -r requirements.txt
1919

2020
## Pretrained models and example dataset
2121

22-
Download the [pretrain
22+
Download the [pretrained
2323
models](http://webhome.cs.uvic.ca/~kyi/files/2018/lf-net/pretrained.tar.gz) and
24-
an the [scare_coeur
24+
the [scare_coeur
2525
sequence](http://webhome.cs.uvic.ca/~kyi/files/2018/lf-net/sacre_coeur.tar.gz). Extract
2626
them to the current folder so that they fall under `release/models/outdoor` for
2727
example.

0 commit comments

Comments
 (0)