Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into patch-12
  • Loading branch information
FardinHash authored Jan 5, 2024
commit d1b8086444f2efc76e1971378305d499c77456ff
6 changes: 1 addition & 5 deletions mask detection/mask_detect.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# libraries
import tensorflow.keras
from PIL import Image, ImageOps
import numpy as np
import cv2


str = ''
faceCascade = cv2.CascadeClassifier('resource/haarcascade_frontalface_default.xml')
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.