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-16
  • Loading branch information
FardinHash authored Jan 5, 2024
commit 44d09748dd15dcb28458e6579416616bf854553e
6 changes: 1 addition & 5 deletions mask detection/mask_detect.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# 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.