D
D
dgdfhfdhsd2019-09-27 00:12:06
Neural networks
dgdfhfdhsd, 2019-09-27 00:12:06

Are there open source neural networks for finding faces in photographs?

Are there ready-made open source projects like FindFace?
- face recognition in a photo
- recognition of each individual face in the neural network database
- storage of a face print in the database

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mayton2019, 2019-09-29
@mayton2019

Here the main and key question is whether the author is going to develop his own software. This is one way. It's heavy and boring. So that you need to train the network based on your photos. And there is a second option - just buy a ready-made solution based on SaaS solutions that are already on sale. It's a completely different path. But there the result can be faster.

V
Victor Kozlov, 2019-10-06
@Soniclev


- face recognition in a photo
- recognition of each individual face based on a neural network
That's enough: Dlib, facenet, all sorts of networks on Tensorflow/Torch/Caffe, etc.
All of them work well with faces in full face, but not so much in profile.
But the storage of vectors in the database and the api / interface must already be done by yourself, including, if large numbers of faces are processed, then you need to somehow optimize this so as not to search for one face for several tens of minutes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question