We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f8161 commit a2788f4Copy full SHA for a2788f4
Face-Mask-Detection/face_mask_detection_using_cnn.py
@@ -35,7 +35,7 @@ def data_set(dir_data):
35
ymin=int(df1['ymin'][i])
36
xmax=int(df1['xmax'][i])
37
ymax=int(df1['ymax'][i])
38
- image=image[ymin:ymax, xmin:xmax]
+ #image=image[ymin:ymax, xmin:xmax]
39
try:
40
# resizing to (70 x 70)
41
image = cv2.resize(image,(70,70))
0 commit comments