abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
389 stars 340 forks source link

COVID-19 Medical Face Mask Detection using ResNet34 #959

Closed DarshAgrawal14 closed 1 month ago

DarshAgrawal14 commented 1 month ago

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 :


: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. 😎

github-actions[bot] commented 1 month ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

abhisheks008 commented 1 month ago

Similar problem statement is already present in this repository. Hence clsoing this issue as duplicate entry.