Image matching within database? [P] Submitted by Clarkmilo t3_1043mb2 on January 5, 2023 at 4:46 PM in MachineLearning 32 comments 26
dfcHeadChair t1_j373c3z wrote on January 6, 2023 at 2:26 PM What about using a vector search engine like Weaviate? https://weaviate.io/ Grab a pre-trained autoencoder if you don't already have one and batch your images through it and into weaviate, then use it's search functionality to compute image similarity. Permalink 3
Viewing a single comment thread. View all comments