Open Oddy123123 opened 2 years ago
In the file "detect_mask_video.py" in lines 16 and 17 you have:
blob = cv2.dnn.blobFromImage(frame, 1.0, (224, 224), (104.0, 177.0, 123.0))
How did you calculate the mean values for RGB: (104.0, 177.0, 123.0)? Why are these specific values used?
(104.0, 177.0, 123.0)
Should I change these values if I use another dataset?
In the file "detect_mask_video.py" in lines 16 and 17 you have:
How did you calculate the mean values for RGB:
(104.0, 177.0, 123.0)
? Why are these specific values used?Should I change these values if I use another dataset?