All Projects → hpc203 → FaceMaskDetection-dnn

hpc203 / FaceMaskDetection-dnn

Licence: other
用opencv的dnn模块实现人脸口罩检测,包含C++和Python两种版本的实现

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to FaceMaskDetection-dnn

DNN-JavaScript-Libraries
Common JavaScript libraries packaged as DNN JavaScript Library extensions
Stars: ✭ 26 (-40.91%)
Mutual labels:  dnn
IBM-Data-Science-Capstone-Alejandra-Marquez
Homemade face mask detector fine-tuning a Yolo-v3 network
Stars: ✭ 28 (-36.36%)
Mutual labels:  facemask-detection
jpeg-defense
SHIELD: Fast, Practical Defense and Vaccination for Deep Learning using JPEG Compression
Stars: ✭ 82 (+86.36%)
Mutual labels:  dnn
isaac ros dnn inference
Hardware-accelerated DNN model inference ROS2 packages using NVIDIA Triton/TensorRT for both Jetson and x86_64 with CUDA-capable GPU
Stars: ✭ 67 (+52.27%)
Mutual labels:  dnn
DNN.Events
DNN Events manages display of upcoming events as a list in chronological order or in calendar format with additional information. This Github repo is used for source management and releases.
Stars: ✭ 26 (-40.91%)
Mutual labels:  dnn
HyperKeras
An AutoDL tool for Neural Architecture Search and Hyperparameter Optimization on Tensorflow and Keras
Stars: ✭ 29 (-34.09%)
Mutual labels:  dnn
Lq Nets
LQ-Nets: Learned Quantization for Highly Accurate and Compact Deep Neural Networks
Stars: ✭ 195 (+343.18%)
Mutual labels:  dnn
Perception-of-Autonomous-mobile-robot
Perception of Autonomous mobile robot,Using ROS,rs-lidar-16,By SLAM,Object Detection with Yolov5 Based DNN
Stars: ✭ 40 (-9.09%)
Mutual labels:  dnn
Tengine-Convert-Tools
Tengine Convert Tool supports converting multi framworks' models into tmfile that suitable for Tengine-Lite AI framework.
Stars: ✭ 89 (+102.27%)
Mutual labels:  dnn
SynthText Chinese
Modify from https://github.com/JarveeLee/SynthText_Chinese_version.git with python3 and cv3.
Stars: ✭ 35 (-20.45%)
Mutual labels:  dnn
DNN.Templates
MVC and SPA (Single Page Application) module templates for DNN
Stars: ✭ 19 (-56.82%)
Mutual labels:  dnn
ofxOpenCvDnnObjectDetection
OpenCV based DNN Object Detection Library for Openframeworks
Stars: ✭ 34 (-22.73%)
Mutual labels:  dnn
awesome-dnn
Awesome things related to DNN (DotNetNuke)
Stars: ✭ 19 (-56.82%)
Mutual labels:  dnn
DNN.Faq
DNN FAQ is a basic module used for displaying frequently asked questions on your DNN site.
Stars: ✭ 16 (-63.64%)
Mutual labels:  dnn
DNN.Reports
DNN Reports module provides a simple, flexible, view on your database, any table, any view and display results with plugin visualizers
Stars: ✭ 20 (-54.55%)
Mutual labels:  dnn
Nnsvs
Neural network-based singing voice synthesis library for research
Stars: ✭ 241 (+447.73%)
Mutual labels:  dnn
YOLO-Streaming
Push-pull streaming and Web display of YOLO series
Stars: ✭ 56 (+27.27%)
Mutual labels:  dnn
DNN.Feedback
DNN Feedback is a basic module used for accepting user inquiries on your DNN site.
Stars: ✭ 17 (-61.36%)
Mutual labels:  dnn
QTextRecognizer
A gui for tesseractOCR with some preprocessing image options (OpenCV) for improve character recognition
Stars: ✭ 27 (-38.64%)
Mutual labels:  dnn
ofxDlib
An openFrameworks wrapper for dlib. http://dlib.net/
Stars: ✭ 52 (+18.18%)
Mutual labels:  dnn

FaceMaskDetection-dnn

这个项目是基于原始的人脸口罩检测https://github.com/AIZOOTech/FaceMaskDetection 本项目是属于它的延伸,在AIZOOTech的项目里,提供了pytorch,tensorflow,caffe,keras,mxnet这五种深度学习框架的前向推理,检测人脸并判断是否佩戴了口罩。在本项目中,使用opencv里的dnn模块做深度学习前向推理,从而摆脱了在前向推理时对深度学习框架的依赖。在本项目中,只需要opencv,numpy,PIL,argparse这4个库,即可完成人脸口罩检测的深度学习前向推理任务,不再需要额外安装任何深度学习框架了。假如你的机器上的python环境里没有opencv,那你在终端输入 pip install opencv-python完成opencv的安装,然后运行python opencv_dnn_infer.py

用SSD网络检测人脸是否佩戴口罩 C++版本的主程序是main.cpp,如果运行程序时在readNet这一句出错,那很有可能是你的opencv版本问题,这时需要升级opencv的版本

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].