Skip to content

Commit 406b2cb

Browse files
authored
Merge pull request #16 from fardinkai/patch-15
Update mask_detect.py
2 parents 1917415 + 8e4aade commit 406b2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mask detection/mask_detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
str = ''
44
faceCascade = cv2.CascadeClassifier('resource/haarcascade_frontalface_default.xml')
5-
5+
66
np.set_printoptions(suppress=True)
77
model = tensorflow.keras.models.load_model('resource/keras_model.h5')
88
data = np.ndarray(shape=(1, 224, 224, 3), dtype=np.float32)

0 commit comments

Comments
 (0)