.. | ||
models | ||
src | ||
mp4_facemask_sdk.iml | ||
mp4-facemask-sdk.iml | ||
pom.xml | ||
README_cn.md | ||
README.md |
Download the model and place it in the models directory
- Link 1: https://github.com/mymagicpower/AIAS/releases/download/apps/face_detection.zip
- Link 2: https://github.com/mymagicpower/AIAS/releases/download/apps/face_mask.zip
Mask Detection
Mask detection helps fight against pneumonia, and artificial intelligence technology is being applied to epidemic prevention and control. Wearing masks has become one of the most important measures to cut off transmission routes in the fight against the epidemic. However, in actual scenes, there are still people who do not take it seriously, do not pay attention, and have a lucky mentality who do not wear masks, especially in public places, which poses great risk to individuals and the public. The mask detection function based on artificial intelligence can perform real-time detection based on camera video stream.
SDK function
Read local MP4 files and perform real-time (requires a desktop computer with a graphics card, otherwise it will be more sluggish) mask detection.
Running the Example
- Download the example code first
git clone https://github.com/mymagicpower/AIAS.git
- Import the example project into the IDE:
cd mp4_facemask_sdk
- Run the example code: MP4FaceMaskDetectionExample