From c1cc84479f68d66a4e93ec259e2a9eed654f2eab Mon Sep 17 00:00:00 2001 From: hubenyi <867320491@qq.com> Date: Tue, 21 Apr 2020 22:06:43 +0800 Subject: [PATCH] upload --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e57193..2b6fd78 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The toolbox supports several popluar and prominent methods of image retrieval an - ToTensor, ToCaffeTensor - Normalize - **Feature Representation** - - GAP, GMP + - Global Average Pooling (GAP), Global Max Pooling (GMP) - [R-MAC](https://arxiv.org/pdf/1511.05879.pdf), [SPoC](https://arxiv.org/pdf/1510.07493.pdf), [CroW](https://arxiv.org/pdf/1512.04065.pdf), [GeM](https://pdfs.semanticscholar.org/a2ca/e0ed91d8a3298b3209fc7ea0a4248b914386.pdf), [SCDA](http://www.weixiushen.com/publication/tip17SCDA.pdf), [PWA](https://arxiv.org/abs/1705.01247) - [PCB](http://openaccess.thecvf.com/content_ECCV_2018/papers/Yifan_Sun_Beyond_Part_Models_ECCV_2018_paper.pdf) - **Post-processing** @@ -36,7 +36,7 @@ The toolbox supports several popluar and prominent methods of image retrieval an ## License -This project is released under the [Apache 2.0 license](https://github.com/hby96/pyretri/blob/master/LICENSE). +This project is released under the [Apache 2.0 license](LICENSE). ## Installation