johtani
(Jun Ohtani)
October 7, 2016, 3:53am
2
どういう画像検索をお望みかはわからないですが、
image pluginをフォークしてメンテナンスしている方はいるようです。
あとはこの辺りが参考になるかもしれません。
Hi all,
I've built a short pipeline for using deep learning over images (e.g. for image categorization) and indexing them into Elasticsearch. I thought this could be of interest to other practitioners as well. In a nutshell, this allows to tag and retrieve image documents via ES even when no caption is available.
On the technical side, a deep learning server directly pushes the image classification results into an instance of ES, so that no glue code is necessary.
See http://www.deepdetect.c…
Hi Elastic!
We're using deep convolutional neural networks to fast process images and make the building of image similarity search engines a commodity for everyone. Our pipeline uses the neural nets to turn images into actionable binary (or float) hash codes that are then used for image similarity retrieval.
Performances and accuracy are well above those of existing techniques such as the LIRE plugin (https://www.elastic.co/blog/found-getting-started-with-lire-and-elasticsearch ). An easy to re…