Skip to content

Commit d3bcc8f

Browse files
authored
FINAL CODE
1 parent 0e2d2b2 commit d3bcc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ROIinOpenCV.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def main():
7272
cv2.destroyAllWindows()
7373
break
7474

75-
keras_predict(model, np.zeros((1, 28, 28, 1), dtype=np.uint8))
75+
7676
if __name__ == '__main__':
7777
main()
7878

0 commit comments

Comments
 (0)