Skip to content

Commit

Permalink
Merge branch 'release/final'
Browse files Browse the repository at this point in the history
  • Loading branch information
manyids committed Sep 23, 2020
2 parents eff7357 + c493ada commit ca1639c
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,38 +84,37 @@ Evaluated on the [brown_phototour_revisited benchmark](https://github.com/ducha-

Extraction times for 1024 batches on GPU (Nvidia Tesla P100).

patch_size | batch_size | time(seconds)
:--------: | :--------: | :-------:
64 | 64 | 8.96
64 | 128 | 10.50
64 | 256 | 19.15
64 | 512 | 36.98
64 | 1024 | 72.81

patch_size | batch_size | time(seconds)
:--------: | :--------: | :-------:
32 | 64 | 5.93
32 | 128 | 4.21
32 | 256 | 5.67
32 | 512 | 9.12
32 | 1024 | 17.26
|patch_size|batch_size| time(seconds)|
|:--------:|:--------:|:------------:|
| 64 | 64 | 8.96 |
| 64 | 128 | 10.50 |
| 64 | 256 | 19.15 |
| 64 | 512 | 36.98 |
| 64 | 1024 | 72.81 |

|patch_size|batch_size| time(seconds)|
|:--------:|:--------:|:------------:|
| 32 | 64 | 5.93 |
| 32 | 128 | 4.21 |
| 32 | 256 | 5.67 |
| 32 | 512 | 9.12 |
| 32 | 1024 | 17.26 |

## Bibliography

Please cite :
```
@article{mukundan2017multiple,
title={Multiple-kernel local-patch descriptor},
author={Mukundan, Arun and Tolias, Giorgos and Chum, Ond{\v{r}}ej},
journal={arXiv preprint arXiv:1707.07825},
pages={6},
year={2017}
}
@article{mukundan2018understanding,
title={Understanding and improving kernel local descriptors},
author={Mukundan, Arun and Tolias, Giorgos and Bursuc, Andrei and J{\'e}gou, Herv{\'e} and Chum, Ond{\v{r}}ej},
journal={International Journal of Computer Vision},
pages={1},
year={2018},
}
```

0 comments on commit ca1639c

Please sign in to comment.