Faiss: FAISS for similar image search - Examples with Images

Created on 4 Sep 2019  路  3Comments  路  Source: facebookresearch/faiss

Summary

I have looked at FAISS examples for feature storage and querying (Random Numbers Examples only). I have not seen any example specific to store/retrieve image vectors, Train, Store, Search Examples using Images ? Please share if there are such real life examples. https://github.com/facebookresearch/faiss

Platform

OS:

Faiss version:

Faiss compilation options:

Running on:

  • [ ] CPU
  • [ ] GPU

Interface:

  • [ ] C++
  • [ ] Python

Reproduction instructions

out-of-scope

Most helpful comment

Faiss is a vector indexing library. How to compute embeddings (or descriptors) from images is not part of the library.

All 3 comments

Faiss is a vector indexing library. How to compute embeddings (or descriptors) from images is not part of the library.

no activity, closing.

Well if you are looking for implementation with images. This might help you. #JustNeedyAsYou
https://waltyou.github.io/Faiss-In-Project-English/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mylyu picture mylyu  路  3Comments

Ljferrer picture Ljferrer  路  3Comments

lukedeo picture lukedeo  路  3Comments

danny1984 picture danny1984  路  3Comments

cherryPotter picture cherryPotter  路  3Comments