Closed DarshAgrawal14 closed 1 month ago
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! π
Similar problem statement is already present in this repository. Hence clsoing this issue as duplicate entry.
Deep Learning Simplified Repository (Proposing new issue)
:red_circle: Project Title : COVID-19 Medical Face Mask Detector :red_circle: Aim :Develop a deep learning model to detect whether the person is wearing a facemask or not . This model can be used in hospitals as well as clean room monitoring where it is necessary to wear a facemask . This is necessity in all industries where sanitation is required . :red_circle: Dataset : Facemask Detection Dataset (images + annotations) :red_circle: Approach : process images with XML annotations to detect three states: properly worn masks, incorrectly worn masks, and no masks. The implementation leverages a pretrained ResNet34 model with a modified final layer for 3-class classification, while keeping the feature extraction layers frozen. The system preprocesses images to 224x224 pixels, crops face regions based on bounding box annotations, and uses a 70/30 train-test split. Training employs SGD optimization with CrossEntropyLoss over 2 epochs, achieving classification of mask wear states from facial images.
π Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.:red_circle::yellow_circle: Points to Note :
:white_check_mark: To be Mentioned while taking the issue :
Happy Contributing π
All the best. Enjoy your open source journey ahead. π