Skip to content

Latest commit

 

History

History

02-image-embedding-models

Image embedding models

Get image embeddings from image embedding models.

Supported models

How to use it?

Setup

$ make env
$ conda activate 02-image-embedding-models
$ make setup

Download dataset

Run the code

# Verify all models are working
$ python embedding_models.py
...
torch.Size([512])
torch.Size([768])
torch.Size([1024])
  • Visualization
    • CLIP take a time 5 minutes to run
    • Dino v2 take a time 30 minutes to run
$ python clip_vis.py
$ ls
clip_tsne.png

$ python dinov2_vis.py
$ ls
dinov2_tsne.png

$ python imagebind_vis.py
$ ls
imagebind_tsne.png

Results

CLIP

DINO v2

  • ViT-B

ImageBind