Skip to content

Latest commit

History

History
41 lines (31 loc) 路 1.63 KB

README.md

File metadata and controls

41 lines (31 loc) 路 1.63 KB

PPE masks detection

This repo was created with the strong intention to improve and automate the safety processes in healthcare industry. DeepX team provides an object detection and tracking solution of a PPE masks detection using Yolov5 and Norfair. Yolov5m model was trained on a custom dataset gathered by DeepX team, weights can be downloaded here. However, the solution can be applied for automating PPE detection processes in every industry or field. Let Computer Vision improve our world鈥檚 safety!

Demo

alt text

Installation

git clone --recurse-submodules https://github.com/deepxhubCV/ppe_masks_detection
cd ppe_masks_detection
pip install -r requirements.txt

Inference

python track_masks.py --source $VIDEO_PATH --output_path $OUTPUT_PATH --weights $WEIGHTS_PATH

Copyright

All licenses in this repository are copyrighted by their respective authors. Everything else is released under CC0. See LICENSE for details.

Contact

For business or professional support requests please visit http://deepxhub.com/contact-us.