提交 d80a41a5 编写于 作者: A Alexander Mordvintsev

comment

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册