DeepImageSearch
DeepImageSearch copied to clipboard
DeepImageSearch is a Python library for fast and accurate image search. It offers seamless integration with Python, GPU support, and advanced capabilities for identifying complex image patterns using...
Question
Is there any way to load the metadata file after creation without having to do all the other setup
Dear Nilesh Verma, I trust you're doing well. I'm a user of the DeepImageSearch library and have found it incredibly useful for my image search tasks. I have a suggestion...
Hi everyone, I want to add batch size into this code? Please help me reslove it! Thanks!
I've uninstalled faiss-cpu and installed faiss-gpu as you mentioned in the docs. But when I run ```st.run_index()``` GPU is not utilized. GPU utilization is very important to me, because I...
Is there a easy way to get the % of similarity or acurracy for each result obtained??
Hi, I use this model to train it with a lot images, those images will be updating constantly (like with a 1 week frequency). I have a cron that runs...
I have a issue that the 'st.run_index()' takes lots of time to run and nerver stops, even though I only got 20 images. How can I fix this issue? Thank...
Hi! I would like to now how to switch from euclidean to angular measure. Just setting u = AnnoyIndex(self.f, 'angular') will through an exception. Any idea?
RuntimeError: Error in faiss::Index* faiss::read_index(faiss::IOReader*, int) at /project/faiss/faiss/impl/index_read.cpp:1027: Index type 0x73726576 ("vers") not reco gnized When I try to get similar images on a railway server I get this error....
Hi, Thank you very much for this amazing Library I wonder how can I get scores with the retrieved images