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

I was having trouble running dinov2 after running I would appreciate it if you could let me know if there is a solution ``` (dinov2) abe@ganesa:~/kuma-ssl/dinov2$ python dinov2/run/train/train.py --nodes 1...

documentation

I don't know how useful this might be, but in some cases attempts to run DINOv2 on CPU would fail because the xformers requirement could be satisfied, but the model...

CLA Signed

Hello, Have you considered using the ConvNext architecture for training DINOv2? ConvNext has shown to have improved performance and lower latency on tasks such as CLIP. For example, in the...

enhancement

Correct me if I was wrong, seems the paper did not mention a performance comparison with other supervised CNN models?

Hello, I'm having an issue with Dinov2 while trying to use it with high-resolution images like the one available at [this link](https://unsplash.com/photos/Nyvq2juw4_o). The problem is that the features returned by...

https://github.com/facebookresearch/dinov2/blob/main/dinov2/data/datasets/image_net.py#L103-L110 what does those file come from? f"entries-{split.value.upper()}.npy" f"class-ids-{split.value.upper()}.npy" f"class-names-{split.value.upper()}.npy"

documentation

Thanks for the valuable contribution to the community. In Paper's A.4, you describe a retrieval step to augment different dataset with uncurated data. How do you avoid image redundancy when...

Thanks for your great work and it impresses me ! I wanna to have a try in my research. Specificly, I wanna to use ViT-small to replace the ImageNet pretrained...

question