All Projects → JadHADDAD92 → covid-mask-detector

JadHADDAD92 / covid-mask-detector

Licence: MIT License
Detect whether a person is wearing a mask or not

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to covid-mask-detector

BioExplorer
The Blue Brain BioExplorer (BBBE) is a tool for scientists to extract and analyze scientific data from visualization and interactive exploration
Stars: ✭ 18 (-82.35%)
Mutual labels:  coronavirus, covid19
coronavirus-mask-image-dataset
Image dataset from Instagram of people wearing medical masks, no mask, or a non-medical (DIY) mask
Stars: ✭ 57 (-44.12%)
Mutual labels:  coronavirus, covid19
COVID19Py
A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
Stars: ✭ 86 (-15.69%)
Mutual labels:  coronavirus, covid19
rid-covid
Image-based COVID-19 diagnosis. Links to software, data, and other resources.
Stars: ✭ 74 (-27.45%)
Mutual labels:  coronavirus, covid19
COVID-19-AI
Collection of AI resources to fight against Coronavirus (COVID-19)
Stars: ✭ 25 (-75.49%)
Mutual labels:  coronavirus, covid19
iorestoacasa.work
Frontend of the video calling platform iorestoacasa.work
Stars: ✭ 36 (-64.71%)
Mutual labels:  coronavirus, covid19
CoronaVirusDatabase
A repository for analyzing references and database of "gisanddata.maps.arcgis.com" website for Corona Virus.
Stars: ✭ 38 (-62.75%)
Mutual labels:  coronavirus, covid19
CovIndia-Website
The Front-End of CovIndia.com [SHUTDOWN]
Stars: ✭ 11 (-89.22%)
Mutual labels:  coronavirus, covid19
align covid
Coronavirus time series aligned by number of cases, not date.
Stars: ✭ 22 (-78.43%)
Mutual labels:  coronavirus, covid19
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+15.69%)
Mutual labels:  coronavirus, covid19
covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (-77.45%)
Mutual labels:  coronavirus, covid19
Projeto-EAR-Celso
e-AR - Emergency Ventilator
Stars: ✭ 17 (-83.33%)
Mutual labels:  coronavirus, covid19
mmrazor
OpenMMLab Model Compression Toolbox and Benchmark.
Stars: ✭ 644 (+531.37%)
Mutual labels:  detection, classification
volkscv
A Python toolbox for computer vision research and project
Stars: ✭ 58 (-43.14%)
Mutual labels:  detection, classification
Bluetooth-ble-beamer-and-scanner-for-tracing-corona-virus-infected-individual
Bluetooth ble beacon beamer and scanner for tracing corona virus infected person similar to Trace Together app
Stars: ✭ 26 (-74.51%)
Mutual labels:  coronavirus, covid19
covid19gr
Open Data Aggregation & Knowledge Base Repository for the evolution of the SARS-COV-2 pandemic in Greece.
Stars: ✭ 21 (-79.41%)
Mutual labels:  coronavirus, covid19
cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-86.27%)
Mutual labels:  coronavirus, covid19
covid19-kerala-api-deprecated
Deprecated - A fast API service for retrieving day to day stats about Coronavirus(COVID-19, SARS-CoV-2) outbreak in Kerala(India).
Stars: ✭ 14 (-86.27%)
Mutual labels:  coronavirus, covid19
mri-deep-learning-tools
Resurces for MRI images processing and deep learning in 3D
Stars: ✭ 56 (-45.1%)
Mutual labels:  detection, classification
coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
Stars: ✭ 13 (-87.25%)
Mutual labels:  coronavirus, covid19

Open in Visual Studio Code license CodeQL

Buy Me A Coffee

COVID-19 Face Mask Detector

samples

Reproduction

git clone [email protected]:JadHADDAD92/covid-mask-detector.git
# Or
git clone https://github.com/JadHADDAD92/covid-mask-detector.git

cd covid-mask-detector

# Download dataset and export it to pandas DataFrame
python -m covid-mask-detector.data_preparation

Training

python -m covid-mask-detector.train

Testing on videos

python -m covid-mask-detector.video modelPath videoPath

Usage

Usage: video.py [OPTIONS] MODELPATH VIDEOPATH

  modelPath: path to model.ckpt

  videoPath: path to video file to annotate

Options:
  --output PATH  specify output path to save video with annotations

Pretrained model

covid-mask-detector/models/face_mask.ckpt

Check Medium post: How I built a Face Mask Detector for COVID-19 using PyTorch Lightning

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].