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 bytsne
orpca
:
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
astags
.
💾 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
-
NuImages - A random set of 1000 images from NuImages
diex nuimages_1000
A. Embeddings: Interactive 2D visualization of embeddings
B. Embeddings to Image Mapping: Select embeddings to view corresponding images
-
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.
🙏 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
Built Distribution
File details
Details for the file dinoexplorer-1.0.1.tar.gz
.
File metadata
- Download URL: dinoexplorer-1.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0e3d964d65643d387f8b82a00cfe8d87e74570e73c178cd697d2f0e7262b843 |
|
MD5 | 638310650fdfc44425d4a2e262f40ab5 |
|
BLAKE2b-256 | 2ebfa18dc510c6d3750d136d55a707c64d9e77456ac1543b07d133daadd01640 |
File details
Details for the file dinoexplorer-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: dinoexplorer-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d361411348f901dfc55537313b36c49f611fadf1f9e4a6ba61c5157996166a3e |
|
MD5 | 1de731bf690c7f3821011422d5b976ad |
|
BLAKE2b-256 | 71624dc88265ff87c506217f6b0b17ad54679500c83ac50852749f30c992dc80 |