From 1b8740b8e743155f4ea3963079e6a4c43141ebcd Mon Sep 17 00:00:00 2001 From: Patrick Labatut Date: Wed, 26 Apr 2023 22:33:31 +0200 Subject: [PATCH 1/2] Update README to gently point to DINOv2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0bf44abb6..4b028afac 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +:new: Please check out our most recent project in this line of work: [DINOv2](https://github.com/facebookresearch/dinov2) + # Self-Supervised Vision Transformers with DINO PyTorch implementation and pretrained models for DINO. For details, see **Emerging Properties in Self-Supervised Vision Transformers**. From 4e64ce47716a6883cb4208477f896f1fe1582321 Mon Sep 17 00:00:00 2001 From: Patrick Labatut Date: Wed, 26 Apr 2023 22:36:26 +0200 Subject: [PATCH 2/2] Tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b028afac..affca658f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -:new: Please check out our most recent project in this line of work: [DINOv2](https://github.com/facebookresearch/dinov2) +:new: *Please check out our more recent [DINOv2](https://github.com/facebookresearch/dinov2) effort in the same line of work.* # Self-Supervised Vision Transformers with DINO