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
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for ulyssemizrahi/elasticdino-32-L

Finetuned
(21)
this model