comment
This commit is contained in:
parent
d7a2081230
commit
d80a41a543
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user