All Projects → JeeveshN → Face Detect

JeeveshN / Face Detect

Licence: mit
A Python based tool to extract faces from any picture.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Face Detect

Openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Stars: ✭ 22,892 (+15579.45%)
Mutual labels:  opencv, face
Brfv4 mac examples
macOS C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 25 (-82.88%)
Mutual labels:  opencv, face
Faceswap
Real-time FaceSwap application built with OpenCV and dlib
Stars: ✭ 611 (+318.49%)
Mutual labels:  opencv, face
Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (+39.73%)
Mutual labels:  opencv, face
Mtcnn
face detection and alignment with mtcnn
Stars: ✭ 66 (-54.79%)
Mutual labels:  opencv, face
Php Opencv Examples
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Stars: ✭ 333 (+128.08%)
Mutual labels:  opencv, face
Human Detection And Tracking
Human-detection-and-Tracking
Stars: ✭ 753 (+415.75%)
Mutual labels:  opencv, face
Autocrop
😌 Automatically detects and crops faces from batches of pictures.
Stars: ✭ 320 (+119.18%)
Mutual labels:  opencv, face
Facifier
An emotion and gender detector based on facial features, built with Python and OpenCV
Stars: ✭ 52 (-64.38%)
Mutual labels:  opencv, face
Android Hpe
Android native application to perform head pose estimation using images coming from the front camera.
Stars: ✭ 46 (-68.49%)
Mutual labels:  opencv, face
Php Opencv
php wrapper for opencv
Stars: ✭ 194 (+32.88%)
Mutual labels:  opencv, face
Face Swap Android
Realtime Face Swap Android NDK app full source code. Developed with OpenCV (http://opencv.org) and Dlib C++ (http://dlib.net).
Stars: ✭ 111 (-23.97%)
Mutual labels:  opencv, face
Awesome Face
😎 face releated algorithm, dataset and paper
Stars: ✭ 739 (+406.16%)
Mutual labels:  dataset, face
Anonymize Video
Replace faces in a video with imaginary persons generated by a progressive GAN deep neural network
Stars: ✭ 15 (-89.73%)
Mutual labels:  opencv, face
Faceaging By Cyclegan
Stars: ✭ 105 (-28.08%)
Mutual labels:  dataset, face
Autoannotationtool
A label tool aim to reduce semantic segmentation label time, rectangle and polygon annotation is supported
Stars: ✭ 113 (-22.6%)
Mutual labels:  dataset, opencv
Netcdf Fortran
Official GitHub repository for netCDF-Fortran libraries, which depend on the netCDF C library. Install the netCDF C library first.
Stars: ✭ 141 (-3.42%)
Mutual labels:  dataset
Baidutraffic
This repo includes introduction, code and dataset of our paper Deep Sequence Learning with Auxiliary Information for Traffic Prediction (KDD 2018).
Stars: ✭ 143 (-2.05%)
Mutual labels:  dataset
Find face landmarks
C++ \ Matlab library for finding face landmarks and bounding boxes in video\image sequences.
Stars: ✭ 141 (-3.42%)
Mutual labels:  face
Face Recognition.js
Simple Node.js package for robust face detection and face recognition. JavaScript and TypeScript API.
Stars: ✭ 1,768 (+1110.96%)
Mutual labels:  face

Face-Extractor

A Python tool that can extract Faces from Images.

I also built a similar tool capable of Facial recognition.

Installations

virtualenv venv
source venv/bin/activate
pip install opencv-python

Usage:

git clone https://github.com/JeeveshN/Face-Detect.git
cd Face-Detect
python detect_face.py "Image path or just name if in same folder"

Demo:

Command

Detected Faces

The Extracted Images

Note:If some faces are not detected try reducing the value of scalefactor in Detect_face.py on Line 20

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