Skip to content

Commit

Permalink
Merge pull request #19 from fardinkai/patch-18
Browse files Browse the repository at this point in the history
Update mask_detect.py
  • Loading branch information
FardinHash authored Jan 5, 2024
2 parents 0b1e61b + b0c1b61 commit 2057ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mask detection/mask_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import tensorflow.keras
from PIL import Image, ImageOps
import numpy as np
import cv2
import cv2

str = ''
faceCascade = cv2.CascadeClassifier('resource/haarcascade_frontalface_default.xml')
Expand Down

0 comments on commit 2057ae0

Please sign in to comment.