From 8fea868f6cc33389adbda796d9d391e30fc3af8a Mon Sep 17 00:00:00 2001 From: Zhun Zhong Date: Mon, 8 Jan 2018 13:24:02 +1100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e6071c..2a77313 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,12 @@ The neighbor encoding method of our paper is inspired by the reference [2]. If y ================================================================ -### A python version of re-ranking reproduced by Hao Luo (haoluocsc@zju.edu.cn) is in the "python/" folder. Thanks Hao! +### Two python version of re-ranking fcuntions are added in the 'python' folder. +1. re_ranking_feature.py: re-ranking with original feature, Euclidean distance is used. Thanks Hao Luo @michuanhaohao ! +2. re_ranking_ranklist: re-ranking with given distance matrices, handle the difference of / division between python 2 and 3. Thanks @huanghoujing ! + + +A python version of re-ranking reproduced by Hao Luo (haoluocsc@zju.edu.cn) is in the "python/" folder. Thanks Hao! ================================================================