dockerface
Face detector
A tool that deploys a trained deep learning model for face detection on video and image inputs using a Docker container.
Face detection using deep learning.
190 stars
12 watching
32 forks
Language: Dockerfile
last commit: over 4 years ago
Linked from 3 awesome lists
computer-visiondeep-learningdetectionfaceface-detectionface-recognitionfaster-rcnnobject-detectionpythonrcnn
Related projects:
Repository | Description | Stars |
---|---|---|
serengil/retinaface | A deep learning-based face detection library for Python with facial landmark extraction and alignment capabilities. | 1,243 |
dolotovevgeniy/deeppyramid | A repository providing pre-trained models and training scripts for face detection using a deep neural network architecture | 23 |
novatecconsulting/facerecognition-in-arkit | Detects faces in ARKit-enabled images using Vision-API and a trained CoreML model to identify specific individuals. | 834 |
ancestry/facecrop | An image processing extension using Apple's Vision Framework to detect and center faces in images. | 50 |
mattlawer/facelandmarksdetection | An iOS project using machine learning to detect facial landmarks in images | 150 |
trancee/capacitor-google-mlkit-vision | An app for on-device face detection using machine learning | 12 |
daijifeng001/r-fcn | A MATLAB implementation of an object detection framework that leverages deep fully convolutional networks to accurately and efficiently detect objects in images. | 1,245 |
nihui/ncnn-android-scrfd | A sample Android project integrating face detection and computer vision using the ncnn and OpenCV libraries. | 219 |
ipazc/mtcnn | A Python package implementing a robust face detection and alignment algorithm using a multitask cascaded convolutional network. | 2,237 |
clcarwin/sfd_pytorch | An implementation of a face detection algorithm using PyTorch | 230 |
feghal/imagedetect | A Swift-based library for detecting and cropping objects from images using the iOS 11 Vision API | 306 |
chengyangfu/retinamask | A Python-based implementation of a single-shot object detection algorithm using Mask R-CNN architecture. | 339 |
ibm/max-object-detector | A tool for detecting objects in images using deep learning models | 290 |
zengarden/light_head_rcnn | A research implementation of an object detection algorithm using a variant of the R-CNN model with a light head architecture. | 834 |
lz118/deep-correlation-network | Develops a deep neural network model for detecting salient objects in RGBT images using correlation information from other colors. | 13 |