From d80a41a54319f6525ecfdfeba23eb4675bc0f1c8 Mon Sep 17 00:00:00 2001 From: Alexander Mordvintsev Date: Fri, 12 Aug 2011 03:23:44 +0000 Subject: [PATCH] comment --- samples/python2/peopledetect.py | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/python2/peopledetect.py b/samples/python2/peopledetect.py index 66df2303e..730587e71 100644 --- a/samples/python2/peopledetect.py +++ b/samples/python2/peopledetect.py @@ -27,6 +27,7 @@ if __name__ == '__main__': print help_message + # TODO should use built-in detector data text = "".join(open('people_hog.txt').readlines()[1:]) data = np.fromstring(text, sep=',') hog = cv2.HOGDescriptor()