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 <https://cmusatyalab.github.io/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! 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7ca27ffb-da1d-44d5-89ec-4e3f7088861e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to