Image Feature Extraction
Transformers
Safetensors
dinov2
dino
vision
image-embeddings
pet-recognition
Instructions to use AvitoTech/DINO-v2-small-for-animal-identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AvitoTech/DINO-v2-small-for-animal-identification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="AvitoTech/DINO-v2-small-for-animal-identification")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("AvitoTech/DINO-v2-small-for-animal-identification") model = AutoModel.from_pretrained("AvitoTech/DINO-v2-small-for-animal-identification") - Notebooks
- Google Colab
- Kaggle
embeddings usage / test-case
3
#1 opened 6 months ago
by
drzraf