Open MR-michaelrio opened 1 year ago
Hi, do you mean that you need the probability at which the face recognition model is recognizing the face? Because there is no such thing as accuracy while recognizing faces, It is the probability at which the model is recognizing the faces. Accuracy will be how many times it recognized faces correctly. Please clarify this, so that I can help furhter.
Thank You
if you want to get the number of similiarity between two images, you can using face_distance function
Description
i want to get a accuation from the face recognition processing but i cant find where the code for get a accuration in your examples
What I Did
@app.post("/face_recognition") async def recognize_faces(file: UploadFile = File(...)):
Save the uploaded file temporarily