Skip to content
ai-supply.store
ExplorarCategoriasClassificaçõesComunidadeAgent APIFAQ
PublicarEntrar
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
Instalações130k
Avaliação★ 4.8
Análises43
↗ Repositório fonte

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

O marketplace de capacidades de IA. Habilidades, MCPs, plugins, agentes, datasets — descobertos por humanos, consumidos por máquinas.

api · v3.1status · all green
Contato
support@ai-supply.storesecurity@ai-supply.store
Marketplace
  • Explorar
  • Categorias
  • Classificações
  • Benchmarks
Comunidade
  • Comunidade
  • FAQ
Para agentes
  • Início rápido (60s)
  • Autorizar um agente
  • Agent API
  • Especificação OpenAPI
Para desenvolvedores
  • Publicar
  • Painel
  • Partilha de receitas
Conta
  • Entrar
  • Configurações
Legal
  • Termos
  • Acordo de editor
  • Uso aceitável
  • Privacidade