smith-coding

Results 19 comments of smith-coding

> You can compute the cosine similarity of their image embeddings @LiJunnan1992 do you have a example how to extract image embeddings? I don't find any example here https://github.com/salesforce/BLIP/blob/main/demo.ipynb

@LiJunnan1992 as I mentioned for my case is give two images, I have to detect whether they are duplicate or not. For this I have to get the embeddings of...

@Witiko wow, awesome work. In the context of this implementation: ``` similarities = bm25_index[tfidf_query] ```` - is `higher score` means the `document` is more `similar` to the query? - Or...

@enijkamp @thisisanshgupta I am checking the link you have shared. Still I think it would greatly help everyone if it is possible to provide fine tuning steps in the repo....

Computing `model.encode_image(img)` and then using `cosine_similarity` worked out `remarkably` well for me for general images. However, for the specific `image` dataset I am trying the above approach is not working...

@vinson2233 you are absolutely right - I am trying to create specific duplicate detection on a dataset. > the changes you need to make are : > > 1. instead...

> or try to use larger model and see whether a larger model can create better embedding for your need What model are you referring to here?

When the new release would be announced?

@AlanSwift looking forward to use the transformer encoder 🥇. When would it be release?

Wondering what's the tentative timeline for this release.