This commit is contained in:
Alexander Mordvintsev 2011-08-12 03:23:44 +00:00
parent d7a2081230
commit d80a41a543

View File

@ -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()