Commit d80a41a5 authored by Alexander Mordvintsev's avatar Alexander Mordvintsev

comment

parent d7a20812
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment