This is an application of computer vision on detecting wearing mask and keeping social distance among people. This model is trained on dataset provided by Zalo in Zalo AI challenge. You can learn about this contest as well as the dataset through this link https://challenge.zalo.ai/#intro
This program is also developed upon my solution when participating in this contest.
- Clone or download this repo to your computer
- Install necessary packages
- Download folder Model from this link https://drive.google.com/drive/folders/159LoFOc3T9sx_aNBSiRtrrR-mE8HNqOj?usp=sharing, or you can download another version of YOLO in this link https://pjreddie.com/darknet/yolo/ and train you own model base on file Train_mask_model.ipynb
- Change the model path in check_2K.py into suitable path
- Run the program