Found 463 repositories(showing 30)
A CNN based pytorch implementation on facial expression recognition (FER2013 and CK+), achieving 73.112% (state-of-the-art) in FER2013 and 94.64% in CK+ dataset
dhvanikotak
The aim of this work is to recognize the six emotions (happiness, sadness, disgust, surprise, fear and anger) based on human facial expressions extracted from videos. To achieve this, we are considering people of different ethnicity, age and gender where each one of them reacts very different when they express their emotions. We collected a data set of 149 videos that included short videos from both, females and males, expressing each of the the emotions described before. The data set was built by students and each of them recorded a video expressing all the emotions with no directions or instructions at all. Some videos included more body parts than others. In other cases, videos have objects in the background an even different light setups. We wanted this to be as general as possible with no restrictions at all, so it could be a very good indicator of our main goal. The code detect_faces.py just detects faces from the video and we saved this video in the dimension 240x320. Using this algorithm creates shaky videos. Thus we then stabilized all videos. This can be done via a code or online free stabilizers are also available. After which we used the stabilized videos and ran it through code emotion_classification_videos_faces.py. in the code we developed a method to extract features based on histogram of dense optical flows (HOF) and we used a support vector machine (SVM) classifier to tackle the recognition problem. For each video at each frame we extracted optical flows. Optical flows measure the motion relative to an observer between two frames at each point of them. Therefore, at each point in the image you will have two values that describes the vector representing the motion between the two frames: the magnitude and the angle. In our case, since videos have a resolution of 240x320, each frame will have a feature descriptor of dimensions 240x320x2. So, the final video descriptor will have a dimension of #framesx240x320x2. In order to make a video comparable to other inputs (because inputs of different length will not be comparable with each other), we need to somehow find a way to summarize the video into a single descriptor. We achieve this by calculating a histogram of the optical flows. This is, separate the extracted flows into categories and count the number of flows for each category. In more details, we split the scene into a grid of s by s bins (10 in this case) in order to record the location of each feature, and then categorized the direction of the flow as one of the 8 different motion directions considered in this problem. After this, we count for each direction the number of flows occurring in each direction bin. Finally, we end up with an s by s by 8 bins descriptor per each frame. Now, the summarizing step for each video could be the average of the histograms in each grid (average pooling method) or we could just pick the maximum value of the histograms by grid throughout all the frames on a video (max pooling For the classification process, we used support vector machine (SVM) with a non linear kernel classifier, discussed in class, to recognize the new facial expressions. We also considered a Naïve Bayes classifier, but it is widely known that svm outperforms the last method in the computer vision field. A confusion matrix can be made to plot results better.
manjillama
Face detection and facial recognition along with recognized persons information fetched from database.
This method achieves SOTA single model accuracy of 73.70 % on FER2013 without using extra training data.
Lightweight Facial Expression(emotion) Recognition model
CloudsDocker
A facial recognition program
No description available
No description available
imbansalaniket
This Project was made for the purpose of taking attendance by face recognition, I used several Python3 libraries to obtain a system to track attendance by face recognition.
Python基于OpenCV的人脸表情识别系统[源码&部署教程]
Python+OpenCV表情识别系统(源码和部署教程)
debashischatterjee1
No description available
Real-Time Face Recognition and Facial Attribute Analysis in Python: Detecting Age, Gender, and Emotion
A comparative assessment on facial recognition tracking libraries with computer vision, specifically DLIB and OpenCV's Haar Cascade Classifiers.
mohamedamine99
This project uses the dlib library for facial recognition and the OpenCV library for webcam and video processing. Feel free to use and modify the code for your own projects!
facial detection and recognition with opencv and logistic regression
ishaanjav
This repository contains the Python code for implementing facial recognition in Jupyter Notebook using both Machine Learning classification algorithms and neural networks. It also contains a CSV of facial data for classifying faces using the Python code. Feel free to copy the files and start recognizing faces!
This method achieves single model accuracy of 84.45 % on FER+ without using extra training data.
malikatiq786
This repository contains code for facial recognition using openCV and python with a tkinter gui interface. If you want to test the code then run train.py file
qfgaohao
Implement facial recognition in Pytorch
The **Attendance Monitoring System** uses deep learning-based facial recognition with Python, OpenCV for camera access, and . A Tkinter GUI allows easy management of records stored in a MySQL database, offering a contactless, error-free solution.
haryo-s
Mugshot.py is a simulation of an automated facial recognition system applied to mug shots of detained individuals using the dlib face recognition model.
djordje34
Prepoznavanje lica i očiju, kao i dodatno upoređivanje pronađenih i čuvanje jedinstvenih lica.
akshatbhj
A facial recognition system using OpenCV and Python.
evansachie
This is a project that uses Python and OpenCV to perform facial detection and recognition. The project includes a script that captures video from a webcam, detects faces in each frame, and recognizes them if they are already known to the system.
No description available
syedajannatulferdous121
"attendance_system.py" is a Python program using facial recognition to automate attendance. It tracks faces, records attendance, analyzes facial attributes, integrates with external systems, and ensures liveness detection for enhanced security and efficiency.
MarkhamLee
Docker and Flask based API layer + data ingestion pipeline for the Facenet-PyTorch facial recognition library. I.e. simple ML deployment for matching pairs of photos
techmuses
Open CV based Raspberry py - Facial Recognition
nunombispo
Facial Recognition Python GUI application