Skip to main content
2 votes
2 answers
64 views

I want to load the model first. Then, every time I input an image, I can perform the inference without having to reload the model every time. For example, I will use verification: res = DeepFace....
陶情适性's user avatar
0 votes
1 answer
78 views

I'm using the library DeepFace in my personal project to extract bounding boxes of detected faces from images. As of now my setup is fairly simple, given the list of desired backends bknds: detections ...
Kamugg's user avatar
  • 31
1 vote
1 answer
316 views

Is there a way to send faces to the find function in parallel in face recognition? (I want to create a batch processing or multi-processing mode so that I can process multiple faces on the GPU at the ...
parsa's user avatar
  • 11
0 votes
1 answer
580 views

I am trying to install deepface in docker container to do image comparison and I am close to getting it to run... however, I think I am probably missing dependencies... but cannot figure out which ...
MrLister's user avatar
  • 729
1 vote
1 answer
193 views

I am having trouble getting image analysis batch processing to work. I would like to send a list of images to DeepFace to get a list of race, gender, and age predictions. I am calling test functions ...
matth3wV's user avatar
0 votes
1 answer
202 views

I'm working on a college project using DeepFace, and one of the requirements is to run an appliciation hosted in the cloud. Is there a way to use DeepFace.find() function setting the db_path as an S3 ...
Andres Chaparro's user avatar
0 votes
1 answer
491 views

When you load a model from Deepface for the first time, it downloads the model weights .h5 file in the home_folder/.deepface folder and loads them for use from there. I want to store and fetch these ...
Yashaswat's user avatar
2 votes
0 answers
63 views

i'm a newbie to object detection, we wrote a script to identify gender and age of a person using the deepface library and then adds trackers using the Sort library. The code works well on the CPU and ...
Leroy Jeslyn's user avatar
0 votes
1 answer
197 views

I am building a Flask app to handle facial embeddings using DeepFace. My goal is to serve approximately 50 clients, with an estimated 10 requests per minute. Each request involves running deepface....
gpu-try-deepface's user avatar
0 votes
1 answer
130 views

I'm trying to build a Docker image for an AWS Lambda function that requires the h5py library. However, I'm encountering an error related to missing HDF5 dependencies during the build process. => ...
Rishav Raj's user avatar
1 vote
2 answers
1k views

Is there any study that shows how the default thresholds were chosen for the models present in DeepFace? def find_threshold(model_name: str, distance_metric: str) -> float: base_threshold = {&...
Bernardo Bevilaqua's user avatar
0 votes
1 answer
668 views

I am using face recognition library deepface,and using find method for identify images i need to pass prebuild model to that method but it is not working can any one explain how can i do that? output2 ...
Aniket Pawar's user avatar
0 votes
2 answers
2k views

I'm creating a face recognition script that process a list of photos and check if the face has a match in the database. If Yes, add the cropped face to its matched folder in the database. If No, add ...
Baraa 's user avatar
  • 75
0 votes
0 answers
220 views

I'm developing a web application using CodeIgniter that includes a facial recognition feature for attendance using the DeepFace library. I'm coding on Windows, but when I run my project on macOS, I ...
Alvian Faiz's user avatar
0 votes
0 answers
742 views

i try downgrading from tensorflow = 2.16.1 to 2.15.0. because when i run it with tensorflow = 2.16.1 i encountered tf-keras not found. now i have tensorflow =2.15.0 , (Ubuntu). how can i solve this ...
qasim's user avatar
  • 13

15 30 50 per page
1
2 3 4 5 6