S
S
synapse_people2018-05-19 11:19:33
linux
synapse_people, 2018-05-19 11:19:33

Which tool to choose for image search?

There is a database of 5 million jpg-pictures with people (in 1 picture there may be more than 1 person, or there may not be at all), the task is to find people who are as similar as possible to the required pictures. That is, for example, 5-10 pictures of one person are given, and the tool finds the most similar people from the database.
Are there open source options available? Or advise - how to implement it better ....
Grateful for any kicks in the right direction!
It is necessary to search for exactly the identical content of the picture, and not the same pictures (that is, not just a comparison, but an analysis of the content). At the same time, pictures can be converted to the BW version and to the format, say, BMP .. There are no problems with this

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
asd111, 2018-05-20
@asd111

Google facenet. There are ready implementations.

C
coderisimo, 2018-05-19
@coderisimo

The task is certainly challenging and interesting! I only had to read the text from the pictures no more))
https://github.com/mauricesvay/php-facedetection
but on PYTHON - https://github.com/ageitgey/face_recognition , there is even a real-time search for specific faces.

F
Forelli, 2018-05-19
@Forelli

Or advise - how best to implement it ....
Pattern recognition is a "classic" task for machine learning, neural networks and other related technologies, in theory, you need to google in this direction, but it seems unlikely to implement such an algorithm programmatically without the help of an experienced team ( from the word completely).

D
Dimonchik, 2018-05-19
@dimonchik2013

https://www.pyimagesearch.com/

S
spaceatmoon, 2018-05-19
@spaceatmoon

Picasa 3. Who would have known that the photo viewer can search for faces in images.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question