Added Face Mask Detection Deep Learning Model using YOLOv7 #1875
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
# Related Issues or Bug
Info about Issue or Bug:
The current implementation of the face mask detection system was using outdated models that do not perform well in varying environmental conditions or on different face types. Issues have been observed with false positives and negatives, reducing the overall accuracy of the system.
Fixes: Face Mask Detection Deep Learning model using YOLOv7 #1787
This PR addresses issue Face Mask Detection Deep Learning model using YOLOv7 #1787 , which is related to the need for improving the accuracy and robustness of the face mask detection model.
# Proposed Changes
This pull request introduces the YOLOv7 model into the face mask detection project. YOLOv7 has been selected due to its superior performance in real-time object detection tasks compared to previous models. Key changes include:
# Additional Info
YOLOv7 has demonstrated significant improvements over other models such as YOLOv5 and Faster R-CNN, especially in terms of detection speed and accuracy. Previous models struggled with high false-positive rates in cluttered environments and with varying mask types. YOLOv7's advanced architecture and feature extraction capabilities address these issues effectively. This project benefits from YOLOv7's state-of-the-art performance, providing a more reliable and efficient solution for real-time face mask detection.
# Screenshots
Explanation of YOLOv7's Advantages
Issue with Implementing Other Models