python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Good evening, I have an error and I don't know why. "name with value "[object Object]" must be of type string" must be of type string
This is the variable (GRUPO_PERSONAS_ID)
const GRUPO_PERSONAS_ID = 'my-unique-person-group'
console.log('-----------------------------------------');
console.log('Person group');
await client.pers...
IVAN DANIEL BARON CARVAJAL
Votes: 0
Answers: 0
Azure Face API call slow down after ~350 comparsion
I have just created a trial account in Azure and trying to do a batch processing of face comparison through c# program
My program calls DetectWithUrlAsync twice and call VerifyFaceToFaceAsync once for...
redsimon
Votes: 0
Answers: 0
List images matching a face
I am creating a application where users can scan their face and find all the images matching that face. I researched and tried but wasn't able to find a solution. Can anyone please help!! I am using a...
Bhuvan Soni
Votes: 0
Answers: 1
Getting a URL from a JPG file in python
I'm making a program that does face detection. When it detects an unknown face, it saves the frame and sends a text to a list of phone numbers. The issue I'm facing is that I would like to attach th...
Daniel Golladay
Votes: 0
Answers: 1