From d8b633d900cacb2582e54aa3b9c772a5b95b2e87 Mon Sep 17 00:00:00 2001 From: nunzip Date: Wed, 12 Dec 2018 18:45:56 +0000 Subject: Fix top comments --- lib/kmean.py | 6 ++++++ lib/rerank.py | 2 ++ 2 files changed, 8 insertions(+) (limited to 'lib') diff --git a/lib/kmean.py b/lib/kmean.py index 64ab166..01224e0 100644 --- a/lib/kmean.py +++ b/lib/kmean.py @@ -1,3 +1,9 @@ +#!/usr/bin/env python +# Author: Vasil Zlatanov, Nunzio Pucci +# EE4 Pattern Recognition coursework +# +# usage: kmean.py + from logging import debug import numpy as np from sklearn.cluster import KMeans 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 -- cgit v1.2.3-54-g00ecf