Skip to content

Commit f1c6ef0

Browse files
authored
Rename Recognize.py to recognize.py
1 parent 2a9b80e commit f1c6ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

masopust/Recognize.py masopust/recognize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ def main():
6868
print("Road sign recognized as ", labels[int(y_pred)])
6969

7070
if __name__ == '__main__':
71-
main()
71+
main()

0 commit comments

Comments
 (0)