From 1b8740b8e743155f4ea3963079e6a4c43141ebcd Mon Sep 17 00:00:00 2001
From: Patrick Labatut <plabatut@meta.com>
Date: Wed, 26 Apr 2023 22:33:31 +0200
Subject: [PATCH] Update README to gently point to DINOv2

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 0bf44ab..4b028af 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**.  
-- 
GitLab