All Projects → imistyrain → Facemask

imistyrain / Facemask

Realtime face and mask detection

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Facemask

Brfv4 mac examples
macOS C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 25 (-50.98%)
Mutual labels:  face-detection
Photoassessment
Photo Assessment using Core ML and Metal.
Stars: ✭ 40 (-21.57%)
Mutual labels:  face-detection
Facekit
Implementations of PCN (an accurate real-time rotation-invariant face detector) and other face-related algorithms
Stars: ✭ 1,028 (+1915.69%)
Mutual labels:  face-detection
Object face detection webcam react
Face/Mood detection using face-api.js
Stars: ✭ 29 (-43.14%)
Mutual labels:  face-detection
Ng Open Cv
Angular 6+ & OpenCV.js integration service library
Stars: ✭ 36 (-29.41%)
Mutual labels:  face-detection
Predict Facial Attractiveness
Using OpenCV and Dlib to predict facial attractiveness.
Stars: ✭ 41 (-19.61%)
Mutual labels:  face-detection
Mocr
Meaningful Optical Character Recognition from identity cards with Deep Learning.
Stars: ✭ 19 (-62.75%)
Mutual labels:  face-detection
Facevision
iOS11 Vision framework example. Detection of face landmarks
Stars: ✭ 47 (-7.84%)
Mutual labels:  face-detection
Realtimefacedetection
基于YOLO-lite的web实时人脸检测,tfjs人脸检测,目标检测
Stars: ✭ 38 (-25.49%)
Mutual labels:  face-detection
Realtimefaceapi
This is a demo project showing how to use Face API in Cognitive Services with OpenCV
Stars: ✭ 44 (-13.73%)
Mutual labels:  face-detection
Mlkit
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
Stars: ✭ 949 (+1760.78%)
Mutual labels:  face-detection
Fast face detector
A face detector based on the work "Aggregate channel features for multi-view face detection" presented by Bin Yang, Junjie Yan, Zhen Lei and Stan Z. Li.
Stars: ✭ 35 (-31.37%)
Mutual labels:  face-detection
Imagecoordinatespace
UICoordinateSpace for UIImageView image
Stars: ✭ 42 (-17.65%)
Mutual labels:  face-detection
Picassofacedetectiontransformation
A memory efficient Android image transformation library providing cropping above Face Detection (Face Centering) for Picasso.
Stars: ✭ 854 (+1574.51%)
Mutual labels:  face-detection
Android Hpe
Android native application to perform head pose estimation using images coming from the front camera.
Stars: ✭ 46 (-9.8%)
Mutual labels:  face-detection
Helloface
An awesome face technology repository.
Stars: ✭ 905 (+1674.51%)
Mutual labels:  face-detection
Centerface
face detection
Stars: ✭ 1,002 (+1864.71%)
Mutual labels:  face-detection
Facer
Simple (🤞) face averaging (🙂) in Python (🐍)
Stars: ✭ 49 (-3.92%)
Mutual labels:  face-detection
Live Stream Face Detection
Live Streaming and Face Detection with Flask in Browser
Stars: ✭ 47 (-7.84%)
Mutual labels:  face-detection
Tensorflow Lite Rest Server
Expose tensorflow-lite models via a rest API
Stars: ✭ 43 (-15.69%)
Mutual labels:  face-detection

IBM PowerAI人工智能12小时编程马拉松大赛——“我是大侦探” YOLO v2实现

赛事报道:IBM PowerAI人工智能12小时编程马拉松大赛——“我是大侦探”成功落幕

题目:基于大量图片信息,分析并找出存在故意遮挡面部的人,为银行、宾馆、小区等需要视频监测的场景,提供嫌疑预判

检测示例

训练好的weights文件(密码: s7ph),40000代结果(GTX 1080Ti上训练1000代时间大约为30分钟)

依赖

yolo v2,推荐跨windows和linux的版本

训练数据量:4045 测试数据量:405

评估结果:

评估

依赖

git clone https://github.com/AlexeyAB/darknet
vim Makefile

GPU=1
CUDNN=1
OPENCV=1

make -j8

记下载到本地的路径为DARKNET_ROOT,把本工程置于DARKNET_ROOT下

训练

sh train.sh

测试单张图片

sh test.sh

评估测试集

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