pranjaldatta / PyVision

Ready-to-use implementations of some of the most common computer vision algorithms
BSD 3-Clause "New" or "Revised" License
31 stars 12 forks source link

Contributing FaceNet #15

Closed pranjaldatta closed 4 years ago

pranjaldatta commented 4 years ago

Link to paper: https://arxiv.org/pdf/1503.03832.pdf

Embedding network: InceptionResnetV1 Pretrained model trained on: vgg-face and casia-webface2

Will implement facenet and incorporate a full easy-to-use recognition pipeline.

pranjaldatta commented 4 years ago

completed. PRs #16 , #17