Skip to content
Snippets Groups Projects
Commit dface81e authored by Stavros Piperakis's avatar Stavros Piperakis
Browse files

Initial commit

parent b4c3d793
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ with mp_holistic.Holistic(min_detection_confidence=0.5, min_tracking_confidence=
cv2.imshow('SignTrack Training', img)
cv2.waitKey(2000)
else:
cv2.putText(img, 'Collecting frames for {} Video Number {}'.format(sign, sequence), (15, 12),
cv2.putText(img, 'Sign: {} Sequence: {}'.format(sign, sequence), (15, 12),
cv2.FONT_HERSHEY_SIMPLEX, 0.5, (0, 0, 255), 1, cv2.LINE_AA)
# Show to screen
cv2.imshow('SignTrack Training', img)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment