Skip to content

Commit

Permalink
Update extract_faces
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbird71SR committed Oct 28, 2017
1 parent 1ee261e commit 50c94c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion match_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def extract_faces():
i=i+1
cv2.waitKey(0)
cv2.destroyAllWindows()
# print (i, 'faces read')
print (i, 'faces read')

def match():
present = {}
Expand Down

0 comments on commit 50c94c9

Please sign in to comment.