ElasticDino
Install
We recommend you create a virtual environment first: python -m venv my-venv-name and source my-venv-name/bin/activate
pip install torch torchvision kornia
Usage
from elasticdino.model.elasticdino import ElasticDino
model = ElasticDino.from_pretrained("path/to/checkpoint")
image_tensor = ... # batched image tensor
features = model(image_tensor)
TODO
- [] Release semantic segmentation and open-vocabulary segmentation checkpoints
- [] Fix and document training and eval code
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for ulyssemizrahi/elasticdino-32-L
Base model
facebook/dinov2-large