Hello! I'm 16 and I'm working on a project using Facial Recognition. I'm working on a face recognition API called OpenFace.
Here's the link to Openface
The way I did it was a imported the necessary files and folders required for OpenFace to work. After doing so and running OpenFace on my localhost, it worked.
It should the image and the confidence value.
The way I fed the image to OpenFace was that I had a list of urls of images that could be found on my local directory. I simply gave OpenFace the urls and had OpenFace recognise the faces.
This worked very well in my localhost.
The trouble now was when uploading it to a Web Server. When I ran OpenFace in my web server the result was not the same as the one in my localhost.
Instead of showing me the images and the confidence value, the return was empty. Nothing was being returned to me. But, when I tried it my localhost there was a return.
Any ideas? Thanks!