tamerthamoqa / facenet-realtime-face-recognition

A small-scale flask server facial recognition system, using a pre-trained facenet model with real-time web camera face recognition functionality, and a pre-trained Multi-Task Cascading Convolutional Neural Network (MTCNN) for face detection and cropping.
MIT License
98 stars 28 forks source link

run the server and upload a image.then raise the issue. #18

Open yonglianglan opened 4 years ago

yonglianglan commented 4 years ago

No embedding files detected! Please upload image files for embedding!

tamerthamoqa commented 4 years ago

Hello yonglianglan,

Could you explain more on the steps you have taken to produce this issue? Since you first would have to upload an image to extract a face embedding then you would be able to use the image identity prediction functionality; am I correct in assuming you used the image identity prediction page first before uploading an image in the main page? Or is this another issue?

yonglianglan commented 4 years ago

Ok I get; Thanks

tamerthamoqa commented 4 years ago

Glad it worked, I have updated the documentation to be clearer. I will try to improve the GUI in the future.