From c0949acbb61d758643f06d7d6fc1c2e715e5d58e Mon Sep 17 00:00:00 2001 From: fthorde Date: Wed, 23 Sep 2020 14:31:08 +0200 Subject: [PATCH 1/4] readme bib change. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fe7ab78..cdf0af1 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,6 @@ print(f'descs: {descs.shape}') 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} } @@ -100,7 +99,6 @@ print(f'descs: {descs.shape}') 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}, } ``` From e819d70f2780c6a919075a1e5d032c3948e4a8d5 Mon Sep 17 00:00:00 2001 From: fthorde Date: Wed, 23 Sep 2020 16:16:53 +0200 Subject: [PATCH 2/4] readme fix. --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index cef0fae..a5f9407 100644 --- a/README.md +++ b/README.md @@ -84,21 +84,21 @@ Evaluated on the [brown_phototour_revisited benchmark](https://github.com/ducha- Times for extraction of 1024 batches on Tesla P100 (16GB). -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 : From b3e30ada86b971c6b4996d7fc116131192ec33ec Mon Sep 17 00:00:00 2001 From: fthorde Date: Wed, 23 Sep 2020 16:21:11 +0200 Subject: [PATCH 3/4] rfix --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index de063d4..aae7c47 100644 --- a/README.md +++ b/README.md @@ -84,21 +84,21 @@ 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 : From c493adae3f99de5f7af086c037ae56b4a24ee688 Mon Sep 17 00:00:00 2001 From: fthorde Date: Wed, 23 Sep 2020 16:22:22 +0200 Subject: [PATCH 4/4] rfix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aae7c47..e15a0a6 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Extraction times for 1024 batches on GPU (Nvidia Tesla P100). | 32 | 1024 | 17.26 | ## Bibliography + Please cite : ``` @article{mukundan2017multiple,