Skip to content

Commit

Permalink
Update README for extract_img_embs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kohjingyu committed Oct 30, 2023
1 parent 75055c4 commit 32734b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ For image retrieval, we provide the precomputed visual embeddings for Conceptual

Note that you can still run the model without these, but it will not produce retrieved images. It will always generate novel images!

If you wish to precompute these embeddings for a different set of image URLs or for a different model, edit `scripts/extract_img_embs.py` with the list of image URLs and run it:

```python scripts/extract_img_embs.py```



## Inference

Expand Down

0 comments on commit 32734b0

Please sign in to comment.