coral-pi-rest-server icon indicating copy to clipboard operation
coral-pi-rest-server copied to clipboard

To do - face recognition

Open robmarkcole opened this issue 5 years ago • 1 comments

This seems to be the most popular request, but requires some preprocessing of the images

References

  • https://thedatamage.com/face-recognition-tensorflow-tutorial/

  • https://machinelearningmastery.com/how-to-develop-a-face-recognition-system-using-facenet-in-keras-and-an-svm-classifier/

  • https://coral.withgoogle.com/examples/detect-image/#perform-face-detection

robmarkcole avatar Jun 08 '19 05:06 robmarkcole

Options include:

  • Dlib -> annoying to install
  • Siamese network -> https://github.com/robmarkcole/Facial-Similarity-with-Siamese-Networks-in-Pytorch

robmarkcole avatar Sep 09 '19 07:09 robmarkcole