All Projects → LiuXiaolong19920720 → Predict Facial Attractiveness

LiuXiaolong19920720 / Predict Facial Attractiveness

Using OpenCV and Dlib to predict facial attractiveness.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Predict Facial Attractiveness

Android Hpe
Android native application to perform head pose estimation using images coming from the front camera.
Stars: ✭ 46 (+12.2%)
Mutual labels:  opencv, face-detection, dlib
Facemoji
😆 A voice chatbot that can imitate your expression. OpenCV+Dlib+Live2D+Moments Recorder+Turing Robot+Iflytek IAT+Iflytek TTS
Stars: ✭ 320 (+680.49%)
Mutual labels:  opencv, face-detection, dlib
Libfaceid
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
Stars: ✭ 354 (+763.41%)
Mutual labels:  opencv, face-detection, dlib
Facer
Simple (🤞) face averaging (🙂) in Python (🐍)
Stars: ✭ 49 (+19.51%)
Mutual labels:  opencv, face-detection, dlib
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (+158.54%)
Mutual labels:  opencv, face-detection, dlib
Attendance Using Face
Face-recognition using Siamese network
Stars: ✭ 174 (+324.39%)
Mutual labels:  opencv, face-detection, dlib
Proctoring Ai
Creating a software for automatic monitoring in online proctoring
Stars: ✭ 155 (+278.05%)
Mutual labels:  opencv, face-detection, dlib
Add Christmas Hat
Add Christmas hat on one's head based on OpneCV and Dlib
Stars: ✭ 251 (+512.2%)
Mutual labels:  opencv, face-detection, dlib
Drishti
Real time eye tracking for embedded and mobile devices.
Stars: ✭ 325 (+692.68%)
Mutual labels:  face-detection, dlib
Yoloface
Deep learning-based Face detection using the YOLOv3 algorithm (https://github.com/sthanhng/yoloface)
Stars: ✭ 339 (+726.83%)
Mutual labels:  opencv, face-detection
Vtuber unity
Use Unity 3D character and Python deep learning algorithms to stream as a VTuber!
Stars: ✭ 361 (+780.49%)
Mutual labels:  face-detection, dlib
Autocrop
😌 Automatically detects and crops faces from batches of pictures.
Stars: ✭ 320 (+680.49%)
Mutual labels:  opencv, face-detection
Php Opencv
PHP extensions for OpenCV
Stars: ✭ 524 (+1178.05%)
Mutual labels:  opencv, face-detection
Face Tracking With Anime Characters
Hello! I have made a Python project where YURI from the game doki doki literature club accesses the webcam and stares directly into the players soul. Hope you enjoy!
Stars: ✭ 320 (+680.49%)
Mutual labels:  opencv, face-detection
Opencv4nodejs
Nodejs bindings to OpenCV 3 and OpenCV 4
Stars: ✭ 4,444 (+10739.02%)
Mutual labels:  opencv, face-detection
Faceswap
Real-time FaceSwap application built with OpenCV and dlib
Stars: ✭ 611 (+1390.24%)
Mutual labels:  opencv, dlib
Face Landmark Android
Android AR Camera
Stars: ✭ 320 (+680.49%)
Mutual labels:  opencv, dlib
Head Pose Estimation
Real-time head pose estimation built with OpenCV and dlib
Stars: ✭ 467 (+1039.02%)
Mutual labels:  opencv, dlib
Mocr
Meaningful Optical Character Recognition from identity cards with Deep Learning.
Stars: ✭ 19 (-53.66%)
Mutual labels:  opencv, face-detection
Facepixeler
A simple C# program that can automatically detect and blur faces in images. Uses OpenCV and EmguCV.
Stars: ✭ 5 (-87.8%)
Mutual labels:  opencv, face-detection

predict-facial-attractiveness

Using OpenCV and Dlib to predict facial attractiveness.

landmarks


Download the shape_predictor_68_face_landmarks.dat from:
http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2
and replace the file: data/shape_predictor_68_face_landmarks.dat

Then use your own path replace the root value in the *.py file,if there is a root.
Do not forget add a / (not a \) at the end of the path.
Just like this:root = 'E:/Github/predict-facial-attractiveness/'

After that,follow the steps below:
1.Run source/trainModel.py to generate the model which will be used to predict facial attractiveness later.
2.Run source/getLandmarks.py to get the landmarks of the faces detected in the image/test.jpg.
3.Run source/generateFeatures.py to generate the features,which will be as the input of the model we get before.
4.Run source/myPredict.py to predict facial attractiveness.

Or you can just run the source/run.py alone.

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