Questions tagged [facial-identification]
115 questions
0
votes
0 answers
Calculation of FMR and FNMR with only single paired face datasets
My dataset contains single pairs of images of the same identity. That is, (Selfie, Identity Card with face on it). From this, I would like to calculate the performance of my facial recognition system (FMR, FNMR). However from the sources I read, it…

lefe
- 147
- 1
- 10
0
votes
0 answers
I am having a logic error in my facial expression recognising program
The code doesnt have any syntax error and the model accuracy is 95% but when I feed it image to predict emotion, It usually just predicts one of the emotion at random for all inputs.
Here is my code(I have not put data preprocessing part and import…

Veg Roast
- 1
- 1
0
votes
0 answers
How to Render Face from face_recognition Encoding
Is there any way to render a face from the face_recognition Python library encoding, e.g. a line/dot drawing?
Thank you in advance.

mrfakename
- 21
- 1
- 7
0
votes
0 answers
Searching a dataset for face recognition
I'm working on facial recognition project.
can anyone give me a dataset for facial recognition?
find a dataset of faces for facial recognition images and/or videos

AMAL KRICHEN
- 1
- 1
0
votes
0 answers
how to store detected emotion value of the faceapi into a variable
I am currently writing a prototype where If video plays then I would like to store user's emotion while watching the video. I am using the faceapi.js with the predefined models.
below is my code
index.html
Video…

Samir Paruthi
- 121
- 1
- 3
- 12
0
votes
0 answers
how to speed up deepface or use multiple cores?
I am using the deep face library to analyze pictures and predict race and gender for a social studies project. I am running the deep face library on my university grid with 250GB of working memory. It still is taking too long to analyze one picture.…

Benjamin Zeisberg
- 11
- 1
0
votes
0 answers
DeepFace verify giving a 'can only concatenate str (not "list") to str' error
I am using DeepFace Verify, however I seem to be always getting a 'can only concatenate str (not "list") to str' error, I am following this github tutorial exactly.
df.file_x = "D:/AI_FACIAL/QUERY/"+df.file_x
df.file_y =…

8kld
- 3
- 2
0
votes
0 answers
How do I improve the true positive rate of Amazon Rekognition's CompareFaces API?
I have an R script that leverages the PAWS package for interfacing with the CompareFaces API that is part of Amazon Rekognition's services. Despite using high-quality, single-person photos in my photo comparison, the results are all false positives,…
0
votes
0 answers
Enabling Biometrics on Android from scratch
I have Qualcomm h/w with Android 12 flashed. Currently Biometrics isn't enabled yet with the default build, don't see Biometric Manager or Biometric Service running. I tried a basic Android…
0
votes
1 answer
How to build Face/ Image Classifier in Azure ML like Google Photos
I need to build an image classification model in Azure ML- which initially takes an input from Phone (A check in app which takes information like ID and also we will capture the image of the person- Here ID is used to tag the image) which will be…

Thej
- 1
- 3
0
votes
1 answer
InceptionResnet (vggface2) Pytorch giving incorrect facial predictions
I am creating a facial recognition system without around 40 faces to be recognized. The process involved
Using OpenCV to stream the IP camera
Facenet-Pytorch MTCCN to detect faces
InceptionResnetV1 (vggface2) to generate embeddings
Load pickle file…

misfa123
- 1
- 1
0
votes
1 answer
Azure Face Recognition gives "Attribute 'qualityForRecognition' is only supported for recognition_03 and recognition_04." error
I'm following the official MS Azure quickstart guide (https://learn.microsoft.com/en-gb/azure/cognitive-services/face/quickstarts/client-libraries?tabs=visual-studio&pivots=programming-language-rest-api), specifically the "Get face attributes" part…

jnko
- 163
- 1
- 12
0
votes
1 answer
What would be the fastest way to analyse videos using python?
I have about 100 video recordings which total around 100 hrs and I need to analyze facial expressions in these using python. However, my own computer is rather slow in this--even if I were to do the analysis by skipping every five frames. What would…

RookiePie
- 1
- 3
0
votes
0 answers
ValueError: could not broadcast input array from shape. Image to follow my face
I am trying to overlay an image like a mask over my face using cv2 that follows live on recording. At the moment I am getting this error. I understand about layers or that I am trying to do a 2d on 3d but I can't find this specifically for my case…

Louis Risbridger
- 3
- 4
0
votes
1 answer
How to make a face recognition(identification and verification) program?
So, I made a face detection program for webcam in Python using OpenCV2. But this just detects the face, it doesn't recognise/identify who it is. So, how to I train my program to recognise if it is me?
My code so far:
video =…

Zelix75
- 73
- 1
- 8