There was an error while loading. Please reload this page.
2 parents 1917415 + 8e4aade commit 406b2cbCopy full SHA for 406b2cb
mask detection/mask_detect.py
@@ -2,7 +2,7 @@
2
3
str = ''
4
faceCascade = cv2.CascadeClassifier('resource/haarcascade_frontalface_default.xml')
5
-
+
6
np.set_printoptions(suppress=True)
7
model = tensorflow.keras.models.load_model('resource/keras_model.h5')
8
data = np.ndarray(shape=(1, 224, 224, 3), dtype=np.float32)
0 commit comments