Face Detection
concepts · 6 notes linked
Related: Convolutional Neural Networks · Dlib · Opencv · Cvlib · Computer Vision · Face Recognition Library · Face Recognition · Transfer Learning
Notes
- Build Your Own Face Recognition Tool With Python – Real Python — End-to-end Python face recognition app using face_recognition library
- CNN based face detection from dlib http://www.arunponnusamy.com/cnn-face-detector-dlib.html — Comparing dlib HOG and CNN face detectors in Python with timing
- Face detection with OpenCV and deep learning - PyImageSearch — OpenCV hidden deep learning SSD-ResNet face detector usage
- Using dlib from Python — dlib library installation and compilation guide for Python and C++
- cvlib/cvlib/face_detection.py at master · arunponnusamy/cvlib — cvlib Python library face detection module source code
- cvlib/examples/face_detection.py at master · arunponnusamy/cvlib — Minimal cvlib face detection example script with bounding boxes