facebookresearch/dinov3

Reference PyTorch implementation and models for DINOv3

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 39 minutes ago
Added to GitGenius on September 5th, 2026
Created on August 7th, 2025
Open Issues & Pull Requests: 162 (+0)
GitHub issues: Enabled
Number of forks: 952
Total Stargazers: 11,333 (+1)
Total Subscribers: 40 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.5 hours
Mean response time: 8.5 days
90th percentile: 20.4 days
Tracked items: 220

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 85% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 6% of issues opened in the past year have been closed. Three people close 51% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 143
New in 7 days: 3
Closed in 7 days: 0
Avg open age: 298 days
Stale 30+ days: 131
Stale 90+ days: 124

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • documentation (8)
  • bug (3)
  • enhancement (3)

Most active issues this week

Detailed Description

The project addresses the challenge of obtaining high-quality visual features for downstream tasks without requiring manual annotation. DINOv3 uses self-supervised learning to train vision transformers and convolutional backbones on unlabeled image data, producing models that capture rich semantic and structural information. The approach enables practitioners to leverage these pretrained features as a starting point for various computer vision tasks, reducing the need for task-specific labeled datasets.

Developers should adopt DINOv3 if they need a general-purpose vision backbone for downstream applications including semantic segmentation, depth estimation, or custom vision tasks. The tool suits projects where labeled training data is scarce or expensive to obtain. The project provides linear probing code for semantic segmentation on ADE20K and monocular depth estimation on NYUv2-Depth, demonstrating how to adapt the pretrained models to specific problems. Specialized applications are also supported, including canopy height estimation from satellite imagery through the CHMv2 model variant. Integration with standard machine learning libraries is straightforward, as DINOv3 backbones are supported by PyTorch Image Models and Hugging Face Transformers, allowing seamless incorporation into existing workflows.

Development activity shows sustained expansion of the project's scope and ecosystem integration. The team has released distillation code for ConvNeXt backbones, enabling model compression for deployment scenarios. Integration with major PyTorch libraries demonstrates commitment to accessibility and standardization. Metadata-guided training recipes have been added for domain-specific applications like satellite and fluorescence imagery, expanding the tool's applicability beyond general computer vision. The project maintains active documentation and reference implementations for multiple downstream tasks, indicating ongoing refinement of the training and adaptation methodology.