File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Face Mask Detection using OpenVINO
2
2
3
- [ ![ Python 3.7] ( https://img.shields.io/badge/python-3.7-blue.svg )] ( https://www.python.org/downloads/release/python-370/ )
4
- [ ![ OpenVINO 2020.2] ( https://img.shields.io/badge/openvino-2020.2-blue.svg )] ( https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit/choose-download.html )
5
- [ ![ blogpost] ( https://img.shields.io/badge/BlogPost-Link-brightgreen )] ( https://blog.mphomphego.co.za/blog/2020/06/02/Face-Mask-Detection-using-Intel-OpenVINO-and-OpenCV.html )
3
+ | Details | |
4
+ | -----------------------| ---------------|
5
+ | Programming Language: | [ ![ Python 3.7] ( https://img.shields.io/badge/python-3.7-blue.svg )] ( https://www.python.org/downloads/release/python-370/ ) |
6
+ | Intel OpenVINO ToolKit: | [ ![ OpenVINO 2020.2] ( https://img.shields.io/badge/openvino-2020.2-blue.svg )] ( https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit/choose-download.html ) |
7
+ | Docker (Ubuntu OpenVINO pre-installed): | [ mmphego/intel-openvino] ( https://hub.docker.com/r/mmphego/intel-openvino ) |
8
+ | Hardware Used: | Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz |
9
+ | Device: | CPU |
10
+ | Blog Post | [ ![ blogpost] ( https://img.shields.io/badge/BlogPost-Link-brightgreen )] ( https://blog.mphomphego.co.za/blog/2020/06/02/Face-Mask-Detection-using-Intel-OpenVINO-and-OpenCV.html ) |
11
+ | Visitors | ![ ] ( https://visitor-badge.laobi.icu/badge?page_id=mmphego.face_mask_detection_openvino ) |
12
+
6
13
7
14
Face Mask Detection application uses Deep Learning/Machine Learning to recognize if a user is not wearing a mask and issues an alert.
8
15
You can’t perform that action at this time.
0 commit comments