rom1504 / clip-retrieval

Easily compute clip embeddings and build a clip retrieval system with them
https://rom1504.github.io/clip-retrieval/
MIT License
2.25k stars 203 forks source link

Update reader.py #353

Open ShuxunoO opened 5 months ago

ShuxunoO commented 5 months ago

Try to fix the bug about KeyError: 'xxx_0.txt' when using “clip-retrieval inference” command. For more details please refer to:https://github.com/rom1504/clip-retrieval/issues/352

rom1504 commented 5 months ago

https://github.com/rom1504/clip-retrieval/issues/352#issuecomment-1916354523

ShuxunoO commented 5 months ago

It seems to be OK https://github.com/rom1504/clip-retrieval/issues/352#issuecomment-1916418562

heyalexchoi commented 5 months ago

Thanks @ShuxunoO for working on a fix. I am currently unable to make embeddings of image-text pairs.