Skip to main content

DINO Explorer: A tool to explore DINO embeddings.

Project description

🦖 DINO Explorer 🦖

DINO Explorer is a powerful tool designed to explore and visualize DINOv2 embeddings. Given a list of folders containing images, DINO Explorer extracts their DINO embeddings and creates an interactive visualization using Voxel51.

🚀 Usage

Note: Input folders must be separated by spaces.

  • To create a UMAP visualization, use the following command:
diex <folder 1> .. <folder N>

Diex uses UMAP for dimension reduction by default.

  • For t-SNE or PCA visualizations, use the --m option followed by tsne or pca:
diex <folder 1> .. <folder N> --m tsne
  • To host the visualization on a specific port, use the --p option:
diex <folder 1> .. <folder N> --p <port>
  • To set a specific GPU device, use the --d option:
diex <folder 1> .. <folder N> --d <gpu number>

After running the command, go to the add section, select embeddings, choose the brain key: img_viz and voila! You have your visualization.

Tip: For multiple folders, select Color by as tags.

💾 Caching Embeddings

DINO Explorer stores DINO embeddings for all datasets in a .cache directory to allow quick loading in subsequent visualizations. To force regeneration of embeddings, use the --force or --f option.

Note: These embeddings can also be used for other downstream tasks. Load them with torch.load().

📖 Examples

  1. NuImages - A random set of 1000 images from NuImages

    diex nuimages_1000
    

    A. Embeddings: Interactive 2D visualization of embeddings Embeddings

    B. Embeddings to Image Mapping: Select embeddings to view corresponding images Mapping

  2. NuImages × CityScapes - A random set of 1000 and 600 images from the datasets.

    diex nuimages_1000 cityscapes_1000
    

    Clusters for different datasets, each with a different color. Cluster

🙏 Credits

  • Model used: facebook/dinov2-giant
  • Visualization tool: Voxel51

For any issues encountered while using DINO Explorer, please open an issue on our GitHub repository. We appreciate your feedback and contributions!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dinoexplorer-1.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

dinoexplorer-1.0.1-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page