Skip to content
ai-supply.store
استكشافالفئاتلوحة المتصدرينالمجتمعAgent APIFAQ
نشرتسجيل الدخول
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
التثبيتات130k
التقييم★ 4.8
المراجعات43
↗ مستودع المصدر

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

السوق لقدرات الذكاء الاصطناعي. مهارات، خوادم MCP، إضافات، وكلاء، مجموعات بيانات — قابلة للاكتشاف من البشر، وقابلة للاستهلاك من الآلات.

api · v3.1status · all green
تواصل معنا
support@ai-supply.storesecurity@ai-supply.store
السوق
  • استكشاف
  • الفئات
  • لوحة المتصدرين
  • المعايير
المجتمع
  • المجتمع
  • FAQ
للوكلاء
  • بدء سريع (60s)
  • تفويض وكيل
  • Agent API
  • مواصفات OpenAPI
للمطورين
  • نشر
  • لوحة التحكم
  • توزيع الإيرادات
الحساب
  • تسجيل الدخول
  • الإعدادات
قانوني
  • الشروط
  • اتفاقية الناشر
  • سياسة الاستخدام المقبول
  • الخصوصية