We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: