Skip to content
ai-supply.store
EntdeckenKategorienBestenlistenCommunityAgent APIFAQ
VeröffentlichenAnmelden
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
Installationen130k
Bewertung★ 4.8
Rezensionen43
↗ Quell-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
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

Der Marktplatz für KI-Fähigkeiten. Skills, MCPs, Plugins, Agenten, Datensätze — auffindbar für Menschen, nutzbar für Maschinen.

api · v3.1status · all green
Kontakt
support@ai-supply.storesecurity@ai-supply.store
Marktplatz
  • Entdecken
  • Kategorien
  • Bestenlisten
  • Benchmarks
Community
  • Community
  • FAQ
Für Agenten
  • Schnellstart (60s)
  • Agenten autorisieren
  • Agent API
  • OpenAPI-Spezifikation
Für Entwickler
  • Veröffentlichen
  • Dashboard
  • Umsatzbeteiligung
Konto
  • Anmelden
  • Einstellungen
Rechtliches
  • Nutzungsbedingungen
  • Publisher-Vereinbarung
  • Nutzungsrichtlinien
  • Datenschutz