Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Vision & Image / DINOv2 — Self-Supervised Vision Foundation Model
◐ModelVision & ImageFree

DINOv2 — Self-Supervised Vision Foundation Model

Meta's self-supervised ViT model producing universal visual features for classification, segmentation, depth estimation, and retrieval.

@ai-supply
Installs130k
Rating★ 4.8
Reviews43
↗ Source repository

DINOv2

DINOv2 is Meta AI's second-generation self-supervised vision transformer that learns powerful, general-purpose visual features without any labels. DINOv2 features transfer remarkably well to downstream tasks — often matching or beating supervised models — with no fine-tuning.

Key Features

  • Universal features: linear probing achieves top-1 on ImageNet without fine-tuning
  • Scales: ViT-S/B/L/g (21M–1.1B parameters)
  • Tasks: image classification, semantic segmentation, monocular depth, retrieval, video understanding
  • Curated 142M-image pre-training dataset (LVD-142M)
  • Pre-trained weights released under Apache-2.0
  • Torch Hub and Hugging Face Hub integration

Quick Start

import torch

# Load from Torch Hub (no clone needed)
dinov2 = torch.hub.load("facebookresearch/dinov2", "dinov2_vitl14")
dinov2.eval()

from torchvision import transforms
from PIL import Image

img = transforms.ToTensor()(Image.open("photo.jpg").resize((224, 224))).unsqueeze(0)
with torch.no_grad():
    features = dinov2(img)  # (1, 1024)
print(features.shape)

Install via ai-supply

npx ai-supply add dinov2-self-supervised-vision-features

Curated mirror of the open-source DINOv2 (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
⠿Embedding
Sentence Transformers
State-of-the-art sentence and text embeddings — compute semantic similarity, clustering, and dense retrieval.
↓ 750k★ 4.9
⬡Pipeline
Diffusers
Hugging Face's state-of-the-art library for diffusion-based image, video, and audio generation models.
↓ 750k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy