aboutsummaryrefslogtreecommitdiff
path: root/lib/rerank.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rerank.py')
-rw-r--r--lib/rerank.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rerank.py b/lib/rerank.py
index 6fb5b7b..fc9f020 100644
--- a/lib/rerank.py
+++ b/lib/rerank.py
@@ -1,3 +1,5 @@
+#https://github.com/zhunzhong07/person-re-ranking/tree/master/CUHK03-NP
+
from scipy.spatial.distance import cdist
import numpy as np
from logging import debug