Skip to content

Commit

Permalink
fix up word error
Browse files Browse the repository at this point in the history
  • Loading branch information
willard-yuan authored Sep 15, 2019
1 parent f9d2ed4 commit 4ac26ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fv_retrieval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Image Size | SIFT dimension | Number of kernels of GMM | Fisher Vector dimension
:---:|:---:|:---:|:---:|:---:|:---:|
0.5*w x 0.5*h | 32 | 128 | 8192 | 58.67% | 67.29%

Here I choose [Hessian Affine detector with SIFT descriptor](https://github.com/perdoch/hesaff) instead of original SIFT, since the performance of Hessian SIFT is usually better than original SIFT. Besides, to spped up the time of Hessian SIFT descriptors extraction, I scale down the image with 0.5 factor. **As far as I know**, the implemention achieves very promising performance compare with other FV implemention.
Here I choose [Hessian Affine detector with SIFT descriptor](https://github.com/perdoch/hesaff) instead of original SIFT, since the performance of Hessian SIFT is usually better than original SIFT. Besides, to speed up the time of Hessian SIFT descriptors extraction, I scale down the image with 0.5 factor. **As far as I know**, the implemention achieves very promising performance compare with other FV implemention.

### Reimplement the experiment
### Reimplement the experiment

0 comments on commit 4ac26ad

Please sign in to comment.