A face recognition task requires to store multidimensional array and make calculations over it. This task is not mostly matching … More
Tag: nearest neighbor
Deep Face Recognition with Hadoop and Spark
Large scale face recognition is always a challenging task. Nowadays, hadoop based approaches become a de-facto standard for solutions. This … More
Deep Face Recognition with Cassandra
We mostly need the power of map reduce of no sql databases when the data becomes really big and massive. … More
Deep Face Recognition with mongoDB
Face recognition is mainly based on similarity search on facial embeddings. Researches mostly focus on storing vector representations on memory. … More
Large Scale Face Recognition with Elasticsearch
Previously, we have mentioned large scale face recognition with Spotify Annoy, Facebook Faiss and NMSLIB. Those are spectacular but very … More
Large Scale Face Recognition with NMSLIB
Non-Metris Space Library or shortly NMSLIB is an efficient similarity search package. We have mentioned similarity search solutions of tech … More
Large Scale Face Recognition with Facebook Faiss
Facebook research team developed an amazing product – Faiss – to handle large scale similarity search problem. The name of … More
Large Scale Face Recognition with Spotify Annoy
Face recognition requires to apply face verification tasks many times. Nowadays, we already have state-of-the-art face verification models such as … More