natural-language-image-search icon indicating copy to clipboard operation
natural-language-image-search copied to clipboard

what if i just want to search by photo without text,what should i do

Open jackylee2498 opened this issue 2 years ago • 1 comments

what if i just want to search by photo without text,what should i do

jackylee2498 avatar Nov 28 '21 06:11 jackylee2498

You can encode the photo using model.encode_image (see how it is used exactly here) and search using the embedding in the same way as if it comes from the text.

haltakov avatar Dec 21 '21 23:12 haltakov