dinov2 icon indicating copy to clipboard operation
dinov2 copied to clipboard

PyTorch code and models for the DINOv2 self-supervised learning method.

Results 171 dinov2 issues
Sort by recently updated
recently updated
newest added

Hi, I've identified a potential issue within the data augmentation pipeline of DINOv2 that appears to deviate from the expected behavior observed in DINO and MoCo-v3. According to the source...

CLA Signed

Hi, I'm using DINOv2 to pretrain a ViT on a dataset significantly larger than ImageNet22k (between 100M and 1B jpg images). I sticked to the ImageNet22k dataset class for handling...

Hi! I have some issues with creating the environment. Both mamba and conda return error. While running `conda env create -f conda.yaml` I encounter the error: ``` Could not solve...

It is not clear what Python version is suitable for this project. I am unable to install the required dependencies when using versions 3.6, 3.8, 3.9, 3.10 and 3.11 python3.11:...

Hi, I'm trying to train DINOv2 with the ViT-S backbone. I've noticed that the model training crashes if `drop_path_rate` > 0. In particular, I get the following error ``` RuntimeError:...

Related: - #102 - #129 - #19 - #191 - #206

enhancement

## Objective Export dinov2 to onnx for serving. ## Changed - Fix hubconf to get `Attention` to export onnx - Fix minor part in model - Add onnx export script...

CLA Signed

I am trying to retrieve the pixel data in relation to features rather than patches in relation to features. My issue is that I can not seem to find a...

Hello DINO-V2 Community, I have a dataset for monocular depth estimation, and I am planning to fine-tune pre-trained ViT backbone + DPT head on this dataset. While fine-tuning it, backbone...

Hi, When I visualize the features via PCA I'm able to see small objects but I'm not sure if this means the 1024 feature vector or ViT-L from DINOv2 must...