Skip to content

Commit 00a9ce6

Browse files
authored
Rename display_all_gestures.py to display_gestures.py
1 parent e215f32 commit 00a9ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/display_all_gestures.py renamed to Code/display_gestures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ def get_image_size():
3939

4040
cv2.imshow("gestures", full_img)
4141
cv2.imwrite('full_img.jpg', full_img)
42-
cv2.waitKey(0)
42+
cv2.waitKey(0)

0 commit comments

Comments
 (0)