Questions tagged [facial-identification]

115 questions
-1
votes
2 answers

How can I implement face recognition in microsoft teams

I have been trying to implement an api to integrate with live meeting to face recognize. Not sure if Ms teams allows access to the live video.
-1
votes
1 answer

How do I collect huge face dataset programatically for facial recognition?

So, I am trying to work on this facial recognition system using Facenet. The difficulty with the project is the data, because I need at-least 100K class of labeled face images. Eventually I want to store the encodings in the database for real time…
-1
votes
1 answer

How can i captured detected images of face in opencv to make a database?

I am trying to enroll the faces of the user in opencv for facial recognition. I have finihed the detection part but what i wanted to achieve is to save the detected faces.So basically waht i wanted to achieve is : when i see in the webcam it…
-1
votes
1 answer

Issue Trying to Pip Install facial_recognition library

Running into the below errors involving the dlib Googling, installing Cmake on its own ERROR: Command errored out with exit status 1: command: 'c:\users\new age\appdata\local\programs\python\python37\python.exe' -u -c 'import sys, setuptools,…
Georgejr6
  • 11
  • 2
-1
votes
2 answers

I'm getting a syntax Error but cannot identify

Newbie here. I'm working with OpenCV to create a facial recognition program, but I'm getting a syntax error and cannot identify why it is happening import cv2 face_cascade = cv2.CascadeClassifier("D:\\Python\\Pycharm…
Temp Estcrowd
  • 73
  • 1
  • 5
-1
votes
1 answer

printing image paths from the dataloader in pytorch

I am trying to learn One-shot learning with pytorch. I am experimenting with this Siamese Network in Pytorch example. Using that notebook as a guide, I simply would like to print out the image file paths for each pair of images, in addition to the…
shawn
  • 11
  • 1
  • 3
-2
votes
1 answer

Numpy append sometimes works, sometimes doesn't

so I've been working on this facial identification project. It's for my science fair and I'm in the phase where I'm trying to get data graphs, plots, and visualizations. I've got it to work to some extent, but it's not consistent (in terms of…
Jerome Ariola
  • 135
  • 1
  • 11
-2
votes
1 answer

Successfully subscribed to event notification from CTS Surveyor facial detection server but face events are not coming

I have subscribed to the CTS Surveyor's Web Socket service as per the integration guide http://caerustech-solutions.com/demo/User_Guide.pdf , and received back the {"events":[{"event":"connected"}]}, however I there are no "people" events that are…
-3
votes
1 answer

about dataset about drugs taken effects face changes

how I find the dataset about drugs taken by peoples, before and after changes of their faces. this is a new project that I tried to develop, very hard to find the relavant dataset.
-5
votes
1 answer

Transfer learning for facial identification using classifiers

I wish to know whether I can use an Inception or ResNet model to identify faces. I want to know whether transfer learning and training is even considerable for my task. I just want to be able to identify faces but I am also curious whether I can…
1 2 3 4 5 6 7
8